python-靜態方法staticmethod、類方法classmethod、屬性方法property

類的普通方法python class Animal(object): def __init__(self,name): self.name = name def intro(self): print('there is a %s'%(self.name)) cat = Animal('cat') cat.intro() 靜態類方法web class
相關文章
相關標籤/搜索