摘要: 上一段简短的代码 class TestMain: def __init__(self): print('TestMain:__init__') self.a = 1 def __getattr__(self, item): print('TestMain:__getattr__') return 2 阅读全文
posted @ 2020-07-12 09:19 RIP_KOBE 阅读(1069) 评论(0) 推荐(0) 编辑