摘要: public class PageUtil { public static List startPage(List list, Integer pageNum, Integer pageSize) { if (list == null) { return null; } if (list.size( 阅读全文