2006年07月18日 星期二 15:48
在python里面,如果对象没有提供 __str__ 这个属性的话,直接调用的时候就会显示出下面的这个样子:但是对于python内置的数据类型和其他有 __str__ 属性的对象应该如何来得到那个16进制的地址呢?有函数吗?
2006年07月18日 星期二 15:52
hex(id(var)) On 7/18/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote: > 在python里面,如果对象没有提供 __str__ 这个属性的话,直接调用的时候就会显示出下面的这个样子: > >> > 但是对于python内置的数据类型和其他有 __str__ 属性的对象应该如何来得到那个16进制的地址呢?有函数吗? > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- Dreamingk (tc, 天成) email: dreamingk at gmail.com tc at exoweb.net website: http://www.exoweb.net http://python.cn http://django.cn http://zope.cn Exoweb (北京轩辕互动科技有限公司) 北京市朝阳区金台路甜水园东街2号 甜水园商务中心A505 100026 Python, I love this language.
2006年07月18日 星期二 18:01
id() -- 云电清华同方小民工
Zeuux © 2025
京ICP备05028076号