pageheader.jsp

来自「A Java web application, based on Struts 」· JSP 代码 · 共 15 行

JSP
15
字号
<%@ taglib uri="/tags/struts-bean" prefix="bean" %><h2>	<bean:message key="ExceptionPage.header"/></h2><p>	The application has encountered an unhandled exception    while processing a request.  Please use your browser's    'Back' button to return to the previous page and re-try    the previous action.  If the error persists, use the links    at the bottom of the page to report the error (be sure to     include the Error ID listed below). Detailed    information about the error(s) can be found below.</p>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?