ES6 shift() 数组方法 Node.js 写文件 ES6 slice() 数组方法 ES6 shift() 数组方法 var arr = [10, 1, 2, 3].shift(); console.log("Shifted value is : " + arr ) Node.js 写文件 ES6 slice() 数组方法