Java 数组和二维数组的快速打印

78 阅读1分钟

数组:System.out.println(Arrays.toString(array)); 二维数组:System.out.println(Arrays.deepToString(a));