摘要: @Test public void test5(){ int[] array = {1, 2, 5, 5, 5, 5, 6, 6, 7, 2, 9, 2}; /*int[]转list*/ //方法一:需要导入apache commons-lang3 jar List<Integer> list = 阅读全文
posted @ 2020-07-16 00:29 shouyaya 阅读(4216) 评论(1) 推荐(0) 编辑