注意,对于空数组, some 方法返回 false , every 方法返回 true ,回调函数都不会执行。 function isEven(x) { return x % 2 === 0 } [] ...
確定! 回上一頁