标签:ati ddr const blog objects uri utils and ref
英文文档:
id
(object)id()
value.>>> a = 1 >>> id(a) 1652447504 >>> id(1.0) 66116592 >>> a = ‘some text‘ >>> id(a) 69228568
标签:ati ddr const blog objects uri utils and ref
原文地址:http://www.cnblogs.com/sesshoumaru/p/6014302.html