彭润生 发表于 2012-9-20 11:08 int[][] a = new int[][]{ {1 ,2 ,3}, {4}, {5, 6, 7, 8} }; for(int i = 0; i < a.length; i++) {