0325刷題

1.查找元素:forEach循環 function findAllOccurrences(arr, target) { var temp=[]; arr.forEach(function(value,index){ value !==target||temp.push(index) }) return temp } 2.移除數據:slice
相關文章
相關標籤/搜索