%-- Created by IntelliJ IDEA. User: hkw Date: 2018/10/31 Time: 14:06 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" import="com.itheima.po.Student" %> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
--%>
<%-- --%>
<%-- | --%>
ID | 学号 | 姓名 | 性别 | 年龄 | 电话 | 班级编号 | 班级名 | 寝室编号 | 操作 |
---|---|---|---|---|---|---|---|---|---|---|
--%>
<%-- --%>
<%-- | --%>
${student.s_id} | ${student.s_studentid} | ${student.s_name} | ${student.s_sex} | ${student.s_age} | ${student.s_phone} | ${student.s_classid} | ${student.s_classname} | ${student.s_dormitoryid} | |