You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
747 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: HP
Date: 2026/5/19
Time: 21:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>班级信息</title>
</head>
<body>
<h1>班级信息</h1>
<form action="/addClassEntity" method="post">
班级ID<input type="text" name="classId" placeholder="请输入班级ID"><br>
班级名称:<input type="text" name="className" placeholder="请输入班级名称"><br>
年级:<input type="text" name="grade" placeholder="请输入年级"><br>
专业:<input type="text" name="major" placeholder="请输入专业"><br>
<input type="submit" value="提交">
</form>
</body>
</html>