int[][] a = {{1,2,3},{4,5,7}}; System.out.println(Arrays.deepToString(a));
Arrays.deepToString()此方法是为了将多维数组转换为字符串而设计的。
三维二维都可以解决;
原文地址:https://www.cnblogs.com/lishuaiqi/p/10428612.html
时间: 2024-10-26 03:07:43
int[][] a = {{1,2,3},{4,5,7}}; System.out.println(Arrays.deepToString(a));
Arrays.deepToString()此方法是为了将多维数组转换为字符串而设计的。
三维二维都可以解决;
原文地址:https://www.cnblogs.com/lishuaiqi/p/10428612.html