在定义的时候如何区别 classmethod、property和一般的方法
方法上方标注@classmethod、@property或无标注,分别代表classmethod、property和一般的方法。