js 合併數組的方法

數組案例:數組 var a = [1,2,3,4];app var b = [5,6,7,8];函數 1,concatcode      js的Array對象提供了一個叫concat()方法,鏈接兩個或更多的數組,並返回結果。對象       var c = a.concat(b);  // c=[1,2,3,4,5,6,7,8];for循環 2, for循環class         遍歷其中一
相關文章
相關標籤/搜索