操作数组的方法有哪些##{} 对象 []数组一 操作数组的方法 (括号中的能改变数组)(pop push unshift shift splice reverse sort) slice indexoOf lastIndexof concat forEash filter map find some every (includes find 是ES6的) IDE环境 webstirm vscode 来个数组 let arr=[1,2,3,4,5];arr.b='100'for (let i=0;i<arr.length;i++){console.log(arr[i]);//面试: for...