这样会告诉你:TypeError: 'list' object is not an iterator,类型错误,列表对象不是迭代器。所以要想使用next()取值就必须先iter()。 list_ = [1,2,3 ...
確定! 回上一頁