JS Array 陣列使用說明 ... 並取得陣列尾巴資料,取得6,陣列變成[2, 3, 4, 5] let data=a.pop(); // 刪除並取得陣列開頭資料,取得2,陣列變成[3, 4, ...
確定! 回上一頁