map () 會根據提供的函式對指定的iterable 做映射。 第一個參數function 以按照iterale 裡面的elements 依序調用function,return 經過function 後的iterator。
確定! 回上一頁