every()与some()方法都是JS中数组的迭代方法,方法用于检测数组所有元素 ... 2, 3, 4, 5, 6 ]; console.log( arr.some( function( item, index, array ){ ...
確定! 回上一頁