通過代碼學習python之@property,@staticmethod,@classmethod

URL: https://www.the5fire.com/python-property-staticmethod-classmethod.html #coding=utf-8 class MyClass(object): def __init__(self): print 'init' self._name = 'the5fire' @st
相關文章
相關標籤/搜索