2016年5月16日
摘要: fun = getattr(str,'__len__') print fun('abc') #相当于执行 'abc'.__len__ 阅读全文
posted @ 2016-05-16 15:40 momingliu11 阅读(343) 评论(0) 推荐(0) 编辑