摘要: class obj(object): def __getattribute__(self, *args, **kwargs): # 访问属性就会被调用 print("__getattribute__() is called") return object.__get... 阅读全文
posted @ 2015-11-05 16:07 浊浊然 阅读(148) 评论(0) 推荐(0) 编辑