摘要: #狗 吃 喝 拉撒 游泳#鸟 吃 喝 拉撒 下单# class Animal:# def __init__(self):# print("执行Animal__init__")# self.func()# def eat(self):# print("%s eating"%self.name)# de 阅读全文
posted @ 2019-11-13 20:04 小王要变强 阅读(98) 评论(0) 推荐(0)