Only what comes to my mind is to concat both arrays to one by i.e loop ... new Array(); for(var i=0;i<len;i++) { output.push([a[i],b[i]]); }.
確定! 回上一頁