nextInt(); } Arrays.sort(j); for(int k=0;k<j.length;k++){ System.out.println(j[k]); } }}这个是java里用Arrays排序代码,在C#里该怎么用呢。不要用冒泡排。 展开.
確定! 回上一頁