摘要: 先来看一个例子:class Fish: hungry=True def eat(self,food): if food is not None: self.hungry=False class User: def __in... 阅读全文
posted @ 2015-12-29 22:36 Bodi 阅读(405) 评论(0) 推荐(0) 编辑