当前位置:Gxlcms > 数据库问题 > mysql limit 分页

mysql limit 分页

时间:2021-07-01 10:21:17 帮助过:24人阅读

totalCount;
//总页数
double tp= count / (double)pageSize; int totalPage = (int) Math.ceil(tp); int offset = (page-1) * pageSize;

 

mysql limit 分页

标签:

人气教程排行