xinyb
2022-12-02 0c06a49908dcc62c89709d677e008ea4e11694ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<%@ page contentType="text/html;charset=utf-8"%>
<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>500</title>
</head>
<body>
<button onclick="javascript:location.reload();">刷新</button>
<h3>访问页面有脚本错误!</h3>
<!--打开系统控制9802的快捷键(Ctrl+Shift+A)-->
<script type="text/javascript" src="/js/hotkey.js"></script>
<%
String errormsg = (request.getAttribute("errormsg")==null?"": (String)request.getAttribute("errormsg"));
out.println(errormsg);
%>
</body>
</html>