2018年11月18日

python中的super()函数

摘要: #!/usr/bin/python # -*- coding: UTF-8 -*- class FooParent(object): def __init__(self): self.parent = 'I\'m the parent.' print ('Parent') def bar(self, 阅读全文

posted @ 2018-11-18 20:43 那抹阳光1994 阅读(325) 评论(0) 推荐(0)

导航