摘要: 1 class Test(object): 2 def __init__(self, value='hello, world!'): 3 self.data = value 4 5 >>> t = Test() 6 >>> t 7 <__main__.Test at 0x7fa91c307190> 阅读全文
posted @ 2018-05-19 16:44 ankuo 阅读(178) 评论(0) 推荐(0) 编辑