📄 gonggao.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" import="java.sql.*" errorPage="/errorpage.jsp" %>
<%@ page import="mfkvit.*,java.util.*" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=WebSiteParams.getParamValue("BsEnLinkman")%></title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-size:12px;
}
td table { font-size:12px;}
-->
</style></head>
<body>
<table width="175" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table cellspacing="0" cellpadding="4" width="100%" border="0">
<tbody>
<tr>
<td><marquee onMouseOver="this.stop()" onMouseOut="this.start()" truespeed="trueSpeed"
scrollamount="1" scrolldelay="60" direction="up" width="100%" height="100"
border="0">
☆ <font
color="#505050"> <%
request.setCharacterEncoding("gb2312");
JdbcBean jdbc1 = new JdbcBean();
int rowcount1 = jdbc1.execQueryName("select * from wzgg");
ArrayList al1 = jdbc1.getRS();
for(int i=0;i<rowcount1;i++){
HashMap colValue1 = (HashMap)al1.get(i);
%>
<span class="red_001"><%=(String)colValue1.get("wzgg")%> </span>
<%} %></font>
</marquee></td>
</tr>
</tbody>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -