84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
js 陣列 透過索引找元素並傳回該元素
Array.prototype.itemOf = 函數(索引){
for (var i = 0; i {
}返回-1;};
arr[index],中括號裡放索引就能直接存取相關元素。是問的這個嗎?
能不能具體點呢
需要找嗎? ?
Array.prototype.itemOf = 函數(索引){
for (var i = 0; i {
雷雷}
返回-1;
};
arr[index],中括號裡放索引就能直接存取相關元素。是問的這個嗎?
能不能具體點呢
需要找嗎?
?