JavaScript 中的 some() 方法

some()方法 語法:數組  arr.some(fn[, thisArg]) 函數 參數 fn是用來測試每一個元素的函數,接受三個參數:測試  item:數組中正在處理的元素。this  index:數組中正在處理的元素的索引值。code array:some()被調用的數組。索引 thisArg:it 執行 callback 時使用的 this 值。io       2.描述:console
相關文章
相關標籤/搜索