摘要: 阅读全文
posted @ 2018-04-20 15:38 Smalllv 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-20 12:56 Smalllv 阅读(142) 评论(0) 推荐(0) 编辑
摘要: class Zoo(): 2 def sleep(self): 3 print('---睡觉---') 4 def eat(self): 5 print('---吃----') 6 def run(self): 7 print('--跑--') 8 class Dog(Zoo): 9 ... 阅读全文
posted @ 2018-04-20 11:17 Smalllv 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-20 01:07 Smalllv 阅读(77) 评论(0) 推荐(0) 编辑