创建多维数组-JavaScript教程--从入门到精通
创建多维数组Function creatMArray(row,col){ var indx=0; this.length=(row*10)+col for(var x=1;x
文件大小:182.5KB
评论区