阅读背景:

python中查看变量的内存地址

来源:互联网 

可以使用id

>>> print id.__doc__
id(object) -> integer

Return the identity of an object.  This is guaranteed to be unique among
simultaneously existing objects.  (Hint: it's the object's memory address.)
>>> 
>>> print id.__doc__
id(object) ->



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: