Arrays.sort()是给数组里的数排序 那结果也是一个数组,为什么不能用一个新的数组int[] b=Arrays.sort(a)接收改变顺序后的数组?
jiec
2014-07-25
2 回答
举报
0/150
提交
取消