forward.jsp
来自「jsp技术 基于struts框架的新闻发布系统」· JSP 代码 · 共 28 行
JSP
28 行
<%@ page contentType="text/html; charset=GBK" %>
<meta http-equiv="refresh" content="2;URL=managerSelectAction.do">
<html>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
td{
font-size:9pt;
}
-->
</style><head>
<title>请牢记您的新密码</title>
</head>
<body>
<table width="568" height="419" border="0" cellpadding="2" cellspacing="1" bgcolor="#052754">
<tr>
<td align="center" bgcolor="#FFFFFF">
<p>新密码为:<%=request.getParameter("password")%></p>
<p>请牢记您的新密码</p>
<p>2秒后查看管理员信息</p> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?