一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

jsp分页

时间:2022-07-02 17:23:29 编辑:袖梨 来源:一聚教程网

分页

public int doStartTag() throws JspException {
StringBuffer sb = null;
if (result != null && result.getContent() != null
&& result.getContent().size() > 0) {
sb = new StringBuffer("分页: ");
if (result.getPage().getHasPrePage()){
sb.append("").append(" | ");
sb.append("").append(" | ");
}
if (result.getPage().getHasNextPage()) {
sb.append("").append(" | ");
sb.append("");
}
sb
.append(" 跳转到:


for (int i = 1; i sb.append(" sb.append(">第").append(i).append("页");
}
sb.append("");
sb.append("

热门栏目