摘要: # 随便定义一个对象, 看看它是否可迭代from collections import Iterableclass MyList(object): def __init__(self): self.container = [] def add(self, item): self.container. 阅读全文
posted @ 2021-05-17 08:30 DoomLs 阅读(38) 评论(0) 推荐(0)