updatenewssuccess.jsp

来自「jsp技术 基于struts框架的新闻发布系统」· JSP 代码 · 共 31 行

JSP
31
字号
<%@ page contentType="text/html; charset=gb2312" %>
<%@ page import="com.victor.tool.Chinese"%>
<html>
<head>
<title>转向</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
}
td{
font-size:9pt;
}
-->
</style></head>

<%Chinese chinese=new Chinese();%>
<body>
<table width="568" height="419"  border="0" cellpadding="2" cellspacing="1" bgcolor="#052754">
  <tr>
    <td align="center" bgcolor="#FFFFFF">
	  <p>成功修改新闻</p>
  <p><a href="newsWatchAction.do"><font style="font-size:9pt">请查看全部新闻</font></a></p>	</td>
  </tr>
    </table>

</body>
</html>

⌨️ 快捷键说明

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