java数组 1.定义方式 int[][] a =new {{1,2,3},{4,5,6}}; int[][][] b =new int[2][2][4]; 转载于:https://www.cnblogs.com/zhangchiblog/p/8063830.html