Array常用的方法

Array.prototype.indexOf(value) : 獲得值在數組中的第一個下標 Array.prototype.lastIndexOf(value) : 獲得值在數組中的最後一個下標 Array.prototype.forEach(function(item, index){}) : 遍歷數組 Array.prototype.map(function(item, index){})
相關文章
相關標籤/搜索