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

📄 message.jsp

📁 本代码是一个权限管理系统源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"language="java"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>--海恒达远--</title>
<link href="../resources/css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE6 {color: #000000}
.STYLE7 {color: #005681}
-->
</style>
</head>
<%
		String message = (String)request.getAttribute("message");
%> 
<body>
<form id="form1" name="form1" method="post" action="">
  <table width="100%" border="0" cellpadding="0" cellspacing="0" class="table_waitop">
    <tr>
      <td height="20"><span class="STYLE7">位置:提示页面</span></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <table width="300" height="135" border="10" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="114" align="center" valign="middle" bgcolor="#DDE3EC" class="STYLE6"><%=message%></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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