%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
学生信息查询
学生端
学生通讯录
本院学生信息
ID |
学号 |
学院 |
系别 |
班级 |
姓名 |
性别 |
年龄 |
城市 |
手机号 |
邮箱 |
${s.count} |
${student.s_id} |
${student.s_college} |
${student.s_department} |
${student.s_class} |
${student.s_name} |
${student.s_sex} |
${student.s_age} |
${student.s_address} |
${student.s_phone} |
${student.s_email} |