摘要: get类型函数 直接上代码: class TestMain: def __init__(self): print('TestMain:__init__') self.a = 1 if __name__ == '__main__': t = TestMain() print(t.a) 在没有任何get 阅读全文
posted @ 2019-05-25 20:43 andy1031 阅读(23086) 评论(0) 推荐(8) 编辑