输入banner图图片脚本导航/分类

mysql limit 分页

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

 

mysql limit 分页

标签: