java_web/test02/web/index.jsp
2024-12-03 01:21:51 +08:00

17 lines
365 B
Plaintext

<%--
Created by IntelliJ IDEA.
User: 25589
Date: 2024/11/12
Time: 下午9:16
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>实验2</title>
</head>
<body>
<a href="course/course_list.html">打开课程列表页面</a>
</body>
</html>