摘要:
一、属性的初识 # class Person: # # def __init__(self,name,hight,weight): # self.name = name # self.__hight = hight # self.__weight = weight # # @property # d 阅读全文
posted @ 2018-12-03 14:49 飞行的蟒蛇 阅读(107) 评论(0) 推荐(0)
posted @ 2018-12-03 14:49 飞行的蟒蛇 阅读(107) 评论(0) 推荐(0)