Python id用法及代碼示例. ... id()函數返回對象的標識(唯一整數)。 ... class Foo: b = 5 dummyFoo = Foo() print('id of dummyFoo =',id(dummyFoo)).
確定! 回上一頁