js+bootstrap实现分页、页码跳转

制作page.jsp,在其他页码引入,只需把最外层的form标签的id设置为myForm;

其中  totalPages:共有多少页;totalElements:共有有多少条记录;currentPage:第几页


<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>







分页页面





                    


totalPages:共有多少页;totalElements:共有有多少条记录;currentPage:第几页

展示:


你可能感兴趣的:(javascript,Bootstrap)