<%@ 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 + "/"; %>

学校管理

序号 学校名称 学校地址 校长 联系电话 备注 操作
${vs.index+1} ${var.NAME} ${var.ADDRESS} ${var.PRESIDENT} ${var.PHONE} ${var.REMARK}
没有相关数据
<%@ include file="../../system/index/foot.jsp"%>