2019年3月8日
摘要: 1 import java.util.ArrayList; 2 import java.util.Random; 3 4 /** 5 * 用一个大集合,添加二十个随机数,将数组中的偶数找到并添加到一个小集合中 6 * */ 7 public class C10__ArrayListTest { 8 public static void main(String[] a... 阅读全文
posted @ 2019-03-08 11:21 BRIGHTM00N 阅读(408) 评论(0) 推荐(0) 编辑