當一個東西是Iterable,代表他可以被使用於Python 的for loop裡。 string、list、tuple、dict、set 等都是一個Iterable。如何判斷一個東西是Iterable, ...
確定! 回上一頁