摘要: admin 类复习: class Base(object): def __init__(self,val): self.val = val def func(self): self.test() print(self.val) def test(self): print('Base.test') c 阅读全文
posted @ 2017-12-17 15:39 Dear坏小子 阅读(168) 评论(0) 推荐(0) 编辑