摘要: 1、集合中的排序效果 // list集合 ArrayList<Person> list = new ArrayList<>(); list.add(new Person("xiaoming", 12)); list.add(new Person("xiaoli", 11)); list.add(ne 阅读全文
posted @ 2022-09-14 14:03 软测队长 阅读(50) 评论(0) 推荐(0)