python - map()函數返回map object at 0x00000000027F2390 ... list1 = [1,2,3,4,5,6,7,8,9,0] def f(x): return x**2 print(map(f,list1)) # <map ...
確定! 回上一頁