?? errorpage.jsp
字號(hào):
<%@ page language="java" isErrorPage="true" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>An Error Has Occurred!</title>
</head>
<body>
<h3>An Error Has Occurred</h3>
Sorry, but this site is unavailable to render the service you
requested. A bug in the system has caused an error to occur.
Please send a description of the problem to
<%= application.getInitParameter("admin email") %>.
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -