摘要: 1 public class Pagination { 2 /** 3 * 当前页 4 */ 5 private int page; 6 /** 7 * 最大页 8 */ 9 private int max; 10 /** 11 * 下一页 12 */ ... 阅读全文
posted @ 2018-12-10 15:43 铅笔coding 阅读(642) 评论(0) 推荐(0)