浅尝装饰器--property装饰器

【写在前面】html   本帖归属于装饰器单元的学习,能够点击关键词‘装饰器’查看其余博文讲解post 【正文部分】学习   property属性:将类方法用类属性的形式进行调用测试 class Good: def __init__(self,name): self.__name = name @property def name(self): # 只能
相关文章
相关标签/搜索