首页 相关文章 jsp分页技术代码奉献

jsp分页技术代码奉献

public static final String splitPages2(int thePage, String queryString, int count,

int pageLength)

{

int maxPage = count / pageLength + 1;

int prevPage = thePage - 1;

if (prevPage 1)

{

prevPage = 1;

}

int nextPage = thePage + 1;

int showMaxPage = thePage + 6;

int spacePage = 1;

if (thePage 6)

{

...[ 查看全文 ]

2016-02-19 标签:

jsp分页技术代码奉献的相关文章

手机页面
收藏网站 回到头部