System.out.println(b1[1][2]); //二維陣列宣告 int[][] b2 = new int[2][3]; //對稱式(矩陣式)陣列結構 // int[][] b3 = new int[3][]; //非稱式(非 ...
確定! 回上一頁