?? error.jsp
字號:
<%@ page isErrorPage="true" import="java.io.PrintWriter" %>
<html>
<body>
<h1 style="color: red">Error</h1>
<pre>
<%
// unwrap ServletExceptions.
/*while (exception instanceof ServletException)
exception = ((ServletException) exception).getRootCause();
// print stack trace.
exception.printStackTrace(new PrintWriter(out));*/
%>
</pre>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -