我们可以用箭头函数替代原来的函数:. let b = [1, 2, 3].map((item, index) => { return item * 2 }) console.log(b)//[2,4,6]. 用箭头函数有什么 ...
確定! 回上一頁