<%-- Created by IntelliJ IDEA. User: user Date: 2020/2/10 Time: 21:45 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%--
首页 演示 导航元素
--%>
<%--
--%>
添加 共有数据:${pageInfo.total} 条
<% int j = 1; %>
ID 姓名 性别 学号 班级 联系方式 宿舍号 育人导师 状态 操作
<%=j++%> ${student.name} ${student.sex} ${student.sno} ${student.stu_class} ${student.phone} ${student.dorm_id} ${student.teacher}
共 ${pageInfo.pages} 页 当前页:${pageInfo.pageNum} / ${pageInfo.pages}  每页