JS 筆記-常用的陣列方法! ... some. const newArr = arr.some(function (item, index) { return item.money > 6000 }) console.log(newArr); ...
確定! 回上一頁