?? err.jsp
字號:
<%@ page isErrorPage="true" %>
<html>
<head>
<title>Gnat Examples Error Page</title>
</head>
<body bgcolor="#FFFFFF">
<h3>Sorry, an error occurred in the previous page.</h3>
<p>Here is the exception message:
<br /><font color="#ff0000"><%= exception.getMessage() %></font>
</p>
<p>Here is the Exception type:
<br /><font color="#0000bb"><%= exception.getClass() %></font>
</p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -