摘要: 1 public class Array { 2 public static void main(String[] args) { 3 //打印数组方法 4 int[] arr = {1,2,9,4,8,6,7,5,3}; 5 //数组排序 6 Arrays.sort(arr); 7 System. 阅读全文
posted @ 2021-12-24 10:32 AIHHUAO 阅读(125) 评论(0) 推荐(0)