10.30

发布时间 2023-12-16 23:32:44作者: 张佳木

今日学习内容

<%--
Created by IntelliJ IDEA.
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>

<form action="delete_course_end.jsp">
<div class="d1">
<h1>删除课程信息</h1>
<hr>

<label for="cid">请输入要删除课程的编号:</label>
<input type="text" name="cid" id="cid">
<input type="submit" value="点击删除">
</div>
</form>
</body>
</html>