摘要: 方式一: public static void main(String[] args) { // 每次取集合元素数量 int x = 5; // 集合 List<String> list = new ArrayList<String>(); list.add("a"); list.add("b"); 阅读全文
posted @ 2018-02-26 18:10 jack_zc 阅读(2494) 评论(0) 推荐(0) 编辑