List<AccessAreaVo> areaVo = vos.stream() .skip(pageable.getPageSize() * (pageable.getPageNumber() - 1)) .limit(pageable.getPageSize()).collect(Collectors.toList()); 来源:https://www.cnblogs.com/liubaihui/p/12177624.html 标签 分页