message.jsp
来自「本代码是一个权限管理系统源代码」· JSP 代码 · 共 33 行
JSP
33 行
<%@ 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> </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 + =
减小字号Ctrl + -
显示快捷键?