java如何快速创建List 几个快速添加list的方法 1. 使用Collections.addAll()方法,前提还是需要手动 new ArrayList ArrayList<String> s = new Arr … 继续阅读 java如何快速创建List