摘要: class Foo(): h = "hello world" def __init__(self, key, value): self.key = key self.value = value def foo_test(self): print("实例方法") print(self.h) print 阅读全文
posted @ 2019-06-05 11:47 菜菜_包包 阅读(261) 评论(0) 推荐(0) 编辑