摘要: class Person(object): def __init__(self, age): self.age = age @property def age(self): print('i am the get age of Person ...') return self._age @age.s 阅读全文
posted @ 2020-07-14 14:47 turbolxq 阅读(117) 评论(0) 推荐(0)