Javascript 二維 陣列 function Array2DVar(x,y) { // 定義二維 陣列原型 this.length = x; this.x = x; // x ...
blog.roodo.com