JavaWeb-JSP-FlightSystem/web/error.jsp

17 lines
328 B
Plaintext
Raw Normal View History

2023-06-05 23:52:15 +08:00
<%--
Created by IntelliJ IDEA.
User: LDQ
Date: 2023/6/5
Time: 19:06
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>ERROR</title>
</head>
<body>
<h1>系统错误,错误信息:${errorMsg}</h1>
</body>
</html>