📄 newscontent.jsp~1~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="java.util.List"%>
<%@ page import="java.sql.*"%>
<%@ page import="com.victor.domain.NewsActionForm"%>
<html>
<head>
<title>显示新闻的内容</title>
</head>
<%List list=(List)request.getAttribute("content");%>
<%for(int i=0;i<list.size();i++){
NewsActionForm newsActionForm=(NewsActionForm)list.get(i);
%>
<body bgcolor="#ffffc0">
<div align="center" s>
<p>显示新闻的内容
</p>
<p> </p>
<table width="459" height="316" border="3" cellpadding="3" cellspacing="3">
<tr>
<td height="304"> </td>
</tr>
</table>
<p> </p>
</div>
<h1> </h1>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -