python 獲取某個對象的引用地址

class Dog(object): pass dog = Dog() print(id(dog)) dog2 = Dog() print(id(dog2)) 效果 carbon.pngpython
相關文章
相關標籤/搜索