%-- 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.Dormitory" %> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
班级编号 | 班级名 | 辅导员 | 学生学号 | 学生姓名 | 电话 | 宿舍编号 |
---|---|---|---|---|---|---|
${c.c_classid} | ${c.c_classname} | ${c.c_counsellor} | ${sc.s_studentid} | ${sc.s_name} | ${sc.s_phone} | ${sc.s_dormitoryid} |