#
18516761980
2022-08-31 a5ee5055f053cbb4f13710fc251adbd780f3a43f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<%@ page language="java" contentType="text/html; charset=utf-8"
    pageEncoding="utf-8"%>
<% 
String path = request.getContextPath(); 
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 
String  url  =  "http://"  +  request.getServerName()  +  ":"  +  request.getServerPort()  +  request.getContextPath()+request.getServletPath().substring(0,request.getServletPath().lastIndexOf("/")+1);  
%>
<html lang="en">
<head>
    <title>404 page</title>
</head>
<body>
   <h1>404</h1>
   <h4>您已降落到无人区!</h4>
   <p>人在旅途,难免迷路!</p>
    <a href="javascript:location.href='index.jsp';">返回</a>
</body>
</html>