error.jsp

来自「征服AJAX+LUCENE构建搜索引擎的源码」· JSP 代码 · 共 24 行

JSP
24
字号
<%@ page language="java" pageEncoding="GB2312" %>
<html>
  <head>
    <title>失败</title>
	  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  </head>
  
  <body>
   <div align="center">
   	 <table width="70%"  border="1">
       <tr>
         <td>注册失败!</td>
       </tr>
       <tr>
         <td>&nbsp;<%=(String)request.getAttribute("error.message")%></td>
       </tr>
       <tr>
         <td><a href="index.jsp">返回注册页</a></td>
       </tr>
     </table>
   </div>
  </body>
</html>

⌨️ 快捷键说明

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