newIter:在Python 2.x 中,該函數返回過濾後得到的新列表;而在Python 3.x 中,該函數返回一個疊代器物件,可以用list()、tuple() 等方法獲取過濾後 ...
確定! 回上一頁