摘要: (" "分隔开来的表示单独一个页面)# 平面 class Shape: def __init__(self,c): self.__c = c def setColor(self,c): self.__c = c def getColor(self): return self.__c def prin 阅读全文
posted @ 2020-12-25 16:30 发牌员鲍勃 阅读(578) 评论(0) 推荐(0)