<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ include file="../header.jspf"%> 我的课程组
<%@ include file="../head.jsp"%>
<%@ include file="../left.jsp"%>
我的课程组 | ${batches.name}
课程名 教师名 学院 学期 学生数 合班 操作
${c.name } ${c.teacher.name } ${c.department } ${c.season } ${c.stuNumber } ${c.combine }   评价
<%@ include file="../buttom.jsp"%>