摘要: class Chinese: country='China' def __init__(self,name): self.name=name def play_ball(self,ball): print('%s 正在打%s' %(self.name,ball)) p1=Chinese('alex') print(p1.__dict_... 阅读全文
posted @ 2019-03-20 19:46 wind_y 阅读(364) 评论(0) 推荐(0) 编辑