📄 exception.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java" isErrorPage="true"%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title>walkergl在线考试系统</title>
<link href="images/Style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<table width="777" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: 2px solid #008000; padding: 0px" height="478">
<tr>
<td height="136" align="justify" valign="bottom" background="images/2.jpg" style="border-bottom: 1px solid #008000; padding: 0"> </td>
</tr>
<tr>
<td height="275" align="center">
<div align="center"><font color="#FF0000" size="+1"><b>系统处理过程中发生了异常,信息如下:</b></font></div>
${exception.message}
<div align="center">请您先核对输入,如果再次出现该错误,请与站长联系。kongyeeku@163.com 谢谢。</div>
</td>
</tr>
</table>
<%@include file="footer.jsp"%>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -