建立一個空陣列[] let a1=new Array(); // 建立一個長度為3 的陣列,無存放資料[ , , ] let a2=new Array(3); // 直接使用JSON 實字建立長度為3 的 ...
確定! 回上一頁