Python 内建的 filter() 函数用于过滤序列。 和 map() 类似, filter() 也接收一个函数和一个序列。和 map() 不同的是, filter() 把传入的函数依次 ...
確定! 回上一頁