17 lines
365 B
Plaintext
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>
|