首先弄清楚几个概念可迭代对象iterable 可以进行迭代的对象,python 中常见的可迭代对象:list、tuple、dict、set、str等。迭代器iterator Python ...
確定! 回上一頁