最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
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("
相关文章
- 口袋斗罗大陆小舞有哪些玩法技巧 09-16
- 逆战未来冰狙击步枪如何组装 09-16
- 如鸢董奉角色怎么样 09-16
- 环外技能怎么进阶 09-16
- 三国群英传策定九州如何发展建筑 09-16
- 三国望神州郭嘉怎么玩 09-16