%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
学生列表 - 学生信息管理系统
搜索结果:
关键词 "${keyword}"
状态 "${statusFilter}"
共找到 ${totalCount} 条记录
| ID |
学号 |
姓名 |
性别 |
年龄 |
班级 |
专业 |
联系电话 |
状态 |
操作 |
| ${student.id} |
${student.studentNo} |
${student.name} |
${student.gender} |
${student.age} |
${student.className} |
${student.major} |
${student.phone} |
${student.status}
|
编辑
删除
|