arr.some( callback<item, index, array> ) // 檢驗陣列中是否有符合該callback 規則的元素,有的話回傳true arr.every( callback<item, index, ...
確定! 回上一頁