时间:2021-07-01 10:21:17 帮助过:113人阅读
这里可以使用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.) >>>
希望本文所述对大家的Python程序设计有所帮助。