adb7761
1
2
3
4
5
6
7
8
/** * @title map.js * @description 在此处添加题目描述 */ let a = [1,2,3].map(n => n*2) console.log(a)