?? error.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>出錯提示頁</title>
</style>
</head>
<body>
<TABLE width="780" align="center" CELLSPACING=0 background="images/bodybg.jpg">
<tr>
<td height="39" valign=top>
<br><div align="center"><font color="#FF0000" size="+1"><b>系統處理過程中發生了一個錯誤,信息如下:</b></font></div>
</td>
</tr>
<tr>
<td height="100" valign=top>
<s:property value="exception.message"/>
<span style="color:red;font:9pt bold"><s:property value="exception.message"/></span>
</td>
</tr>
<tr>
<td valign=top><div align="center" style="font:10pt">請您先核對輸入,如果再次出現該錯誤,請與站長聯系。kongyeeku@163.com 謝謝。</div><br></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -