会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
时间碎片
博客园
首页
新随笔
联系
管理
订阅
2012年7月15日
python 类
摘要: python中的__repr__(self)和反引号用来获取对象的可打印的表示形式。你可以通过定义类的__repr__方法来控制你的对象在被repr函数调用的时候返回的内容。>>> i = []>>> i.append('item')>>> `i`"['item']">>> repr(i)"['item']"
阅读全文
posted @ 2012-07-15 16:13 liangflying
阅读(140)
评论(0)
推荐(0)
编辑
公告