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