__getattribute__:查找属性触发的方法 __getattr__: __getattribute__没有找的属性会触发这个方法 __setattr__:设置属性触发的方法 __delattr__:删除属性触发的方法