摘要: 用Apache Commons Collections下的ListUtils.partition进行分割 ListUtils.partition(list, size); List<Long> list = new ArrayList<>(); for (int j=0; j<10; j++){ L 阅读全文
posted @ 2022-02-16 11:10 张三丰学Java 阅读(1497) 评论(0) 推荐(0) 编辑