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

📄 message.jsp

📁 java web开发技术方案宝典
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<% 
  String path = request.getContextPath();
  String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
  session.setAttribute("available","Y");
%>
<html>
 <head>
   <title>友情提示</title>
   <base href="<%=basePath%>">
   <link rel="stylesheet" type="text/css" href="css/style.css">
 </head>
 <body bgcolor="#F4F1DE">
   <center>
      <table background="image/error.gif" border="0" width="362" height="214" style="margin-top:150" cellspacing="0" bordercolor="lightgrey" bordercolorlight="lightgrey" bordercolordark="white" bgcolor="#F9F9F9">
         <tr><td align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;服务超时,请<a href="index.jsp"> [重新访问]!</a></td></tr>
      </table>
   </center>
 </body>
</html>

⌨️ 快捷键说明

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