python map,filter,reduce用法 ... map(func,iterable)函数接收两个参数:一个是函数,一个是iterable( ... ret = map(lambda x:x+1,[1,3,4,2])
確定! 回上一頁