JSP公用分页模块+数字分页
JSP公用分页模块+数字分页
我的博客 http://blog.csdn.net/yjflinchong 转发请注明来源!
private int pageSize;// 每页显示的条数private int recordCount;// 总共的条数private int currentPage;// 当前页面private String pageFormName;// 分页表单名private int pageCount;
JSP公用分页模块+数字分页 来源:yjflinchong CSDN