ES6 Array.prototype.entries ES6 Array.prototype.findIndex Node.js 全局对象文件名 ES6 Array.prototype.entries var numbers = [1, 2, 3]; var val = numbers.entries(); console.log(val.next().value); console.log(val.next().value); console.log(val.next().value); ES6 Array.prototype.findIndex Node.js 全局对象文件名