摘要: #集合 ##List ###List接口的使用 public class Test { public static void main(String[] args){ //添加数字类型的数据 List list = new ArrayList(); //在集合中添加数据时会自动装箱 list.add 阅读全文
posted @ 2021-09-17 23:42 想吃坚果 阅读(34) 评论(0) 推荐(0)