⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errpage.jsp

📁 这是我上次报java培训时
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" isErrorPage="true"%>
<%request.setCharacterEncoding("gb2312");%>
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>

<body>

<div align="center">
  <center>
   <p> </p>
  <p> </p>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="500" id="AutoNumber1">
    <tr>
      <td width="100%" bgcolor="#7392C6"> </td>
    </tr>
    <tr>
      <td width="100%" bgcolor="#218EC6" height="50">
      <p align="center"><b><font color="#FFFFFF">登陆超时,请重新登陆!</font></b></td>
    </tr>
    <tr>
      <td width="100%" bgcolor="#7392C6"> </td>
    </tr>
  </table>
  </center>
</div>
<%
if (null != exception)
{
   exception.printStackTrace(System.out);
	System.out.println("Error end...");		
}
%>
</body>



</html>

⌨️ 快捷键说明

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