📄 updatenewssuccess.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -