map(function(item, index, array) { return item.price * 0.9 + 10; }) console.log(totalPrice); // [100, 190, 280]. map 跟 forEach 最大的差異 ...
確定! 回上一頁