Python中__repr__和__str__區別

看下面的例子就明白了python class Test(object): def __init__(self, value='hello, world!'): self.data = value >>> t = Test() >>> t <__main__.Test at 0x7fa91c307190> >>> print t <__main__.Test object
相關文章
相關標籤/搜索