1 Decorators for Functions and Methods 见点击打开链接 2 @property 可以将python定义的函数“当做”属性访问,从而提供更加友好访问方式 见点击打开链接 3.@classmethod 定义类方法 见点击打开链接