java中为什么不能直接输出整理后的数组比如说: int[] a={1,2,3,4,}; System.out.print(Arrays.sort(a));为什么这个错误的.System.out.print(Arrays.toString(Arrays.sort(scores)));为什么这样也不可以
添加回答
举报
0/150
提交
取消