📄 error_page.jsp
字号:
<%@ page isErrorPage = "true" %>
<% System.out.println("In Error Page "); %>
<%@ include file="common_imports.jsp" %>
<%
pageTitle = "Error";
if (jspPath == null)
jspPath = "/shop/index.jsp";
%>
<%@ include file="top_body.jsp" %>
<td width="395" valign="top">
<table width="375" border="0" cellspacing="0" cellpadding="3">
<tr>
<td> </td>
</tr>
<tr>
<td>Sorry, your request can not be completed. Please try again.</td>
</tr>
</table>
</td>
<%@ include file = "right_content.jsp" %>
<%@ include file="footer.jsp" %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -