摘要: class Foo: x = 1 def __init__(self,y): self.y=y def __getattr__(self, item): print('自行——getatter') def __setattr__(self, key, value): print('---------->') ... 阅读全文
posted @ 2016-12-23 17:11 打不死的--蟑螂 阅读(340) 评论(0) 推荐(0)