随笔分类 -  python

摘要:内置的类方法和内置的函数之间有着千丝万缕的联系 双下方法 obj.__str__ str(obj) obj.__repr__ repr(obj) class A: def __str__(self): return 'xxxxx' def __repr__(self): return 'xxxxx' 阅读全文
posted @ 2020-06-09 00:50 高汤 阅读(132) 评论(0) 推荐(0)