<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> 中天电子-教育管理系统

学生管理

序号 姓名 学号 键盘ID 操作
${vs.index+1} ${var.NAME} ${var.NUMBER} ${var.KEYPAD_ID}
没有相关数据
<%@ include file="../../system/index/foot2.jsp"%>