实际上,任何具有__iter__()或__getitem__()方法的对象,Python就认为它是一个iterable。 Python大量内置的iterable类型,如: list,str,tuple,dict, ...
確定! 回上一頁