var images = new Array(50); for(var i=0;i<=51;i++) { images[i]=new Array(2); }. Now I would like to push values into this array, ...
確定! 回上一頁