map () 的使用方法,基本上是map(function, iterable) 就好。 function 輸入我們要使用的函數, iterable 輸入我們要迭代輸入的對象,比如說一個List。
確定! 回上一頁