python 中的map()函数是一个内置的高阶函数,一般用法是map(function, ... a=map(square,[1,2,3]) print(a) #输出为<map object at 0x0033CFB0> 可以看 ...
確定! 回上一頁