摘要: 翻页函数的实现 int pl = 10, pn = 1, cn = 0, tn = userService.queryUserCount();int tp = (tn / pl + tn % pl == 0 ? 0 : 1);if (pageNum != null) { pn = Integer.p 阅读全文
posted @ 2020-12-03 16:44 计算机语言学习日志 阅读(97) 评论(0) 推荐(0)