ES6 map() 数组方法 ES6 lastIndexOf() 数组方法 ES6 pop() 数组方法 ES6 map() 数组方法 var numbers = [1, 4, 9]; var roots = numbers.map(Math.sqrt); console.log("roots is : " + roots ); ES6 lastIndexOf() 数组方法 ES6 pop() 数组方法