摘要: class FooParent(object): def __init__(self): self.parent = 'I\'m the parent.' print ('Parent') def bar(self,message): print ("%s from Parent" % messag 阅读全文
posted @ 2018-12-06 22:10 Le1B_o 阅读(129) 评论(0) 推荐(0) 编辑