insertnewssuccess.jsp~1~
来自「jsp技术 基于struts框架的新闻发布系统」· JSP~1~ 代码 · 共 22 行
JSP~1~
22 行
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.victor.tool.Chinese"%>
<html>
<head>
<title>转向</title>
</head>
<%Chinese chinese=new Chinese()%>
<body bgcolor="#ffffc0">
<div align="center" >
<p>成功添加新闻</p>
<p><a href="newsWatchAction.do">请查看全部新闻</a></p>
<p> </p>
<p><a href="selectTypeAction.do">请填写其它类型新闻</a></p>
<p> </p>
<p>请继续填写<%=%>新闻类型</p>
</div>
<h1> </h1>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?