Python長征路--類方法

          關鍵字:@classmethod class TEST:     @classmethod  #類方法聲明     def test(cls):       #cls,class的縮寫。必須存在,類似於普通方法中的self         print('classmethod test') #類方法,保存在類中,通過類調用類方法 例    子:TEST.test()
相關文章
相關標籤/搜索