摘要: public class Demo5 { public static void main(String[] args) { int a[]={10,20,88,9,30,50,31,19}; /*Demo5.sort2(a);*/ for (int i : a) { System.out.print(i+","); } System.out.println()... 阅读全文
posted @ 2019-05-08 20:42 luojack 阅读(145) 评论(0) 推荐(0) 编辑