map () 方法會建立一個新的陣列,其內容為原陣列的每一個元素經由回呼函式運算 ... var map = Array.prototype.map; var a = map.call('Hello World', ...
確定! 回上一頁