xinyb
2024-04-23 2ef61846432762b570d5f2004a4551225da01324
1
2
3
4
5
6
7
8
9
10
11
12
13
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="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>403</title>
</head>
<body>
<h3><%=request.getParameter("info")%></h3>
<input type="button" value="返回" onclick="window.history.back()">
</body>
</html>