随笔分类 -  Python

摘要:@staticmethod, @classmethod, @property 用法及作用class Foo(object) : def __init__(self) : self._name = "property test" print "init" de... 阅读全文
posted @ 2015-04-13 16:53 naray 阅读(239) 评论(0) 推荐(0)