摘要: Delegate实例代码:class Super(object): def delegate(self): self.action() def action(self): raise NotImplementedError("Action must be defined") class S... 阅读全文
posted @ 2015-10-26 17:43 hotbaby 阅读(1099) 评论(0) 推荐(0) 编辑