xinyb
2022-11-25 a8416958abc018d314b31c7b5e4c9b89779a92e3
提交 | 用户 | age
a6a76f 1 <%@ page language="java" contentType="text/html; charset=UTF-8"
F 2     pageEncoding="UTF-8"%>
4a551f 3 <!DOCTYPE html >
a6a76f 4 <html xmlns="http://www.w3.org/1999/xhtml">
F 5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7 <title>403</title>
8 </head>
9 <body>
10 <h3><%=request.getParameter("info")%></h3>
11 <input type="button" value="返回" onclick="window.history.back()">
12 </body>
13 </html>