摘要: class list(object): """ list() -> new empty list list(iterable) -> new list initialized from iterable's items """ def append(self, p_object): # real s 阅读全文
posted @ 2017-03-09 13:29 吴先 阅读(218) 评论(0) 推荐(0)