int[][] arr = new int[4][4]; for(int[] a : arr) { for(int b : a) { System.out.println(b); } }
62,620
社区成员
307,251
社区内容
加载中
试试用AI创作助手写篇文章吧