本文共 80 字,大约阅读时间需要 1 分钟。
id() 用来查看一个变量在内存中的地址
In [1]: name = "Tom"In [2]: id(name)Out[2]: 140075720412136
转载地址:http://xlzul.baihongyu.com/