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

📄 insertnewssuccess.jsp

📁 新闻网(news) 带使用说明书 可以用作课程设计
💻 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>
  <p><a href="selectTypeAction.do"><font style="font-size:9pt">请填写其他类型新闻</font></a></p>
  <p><a href="selectStyleAction.do?type=<%=chinese.str(request.getParameter("newsType"))%>"><font style="font-size:9pt">请继续填写(<%=chinese.str(request.getParameter("newsType"))%>)新闻类型</font></a></p>	</td>
  </tr>
    </table>
</body>
</html>

⌨️ 快捷键说明

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