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

📄 head_down.jsp~4~

📁 一、数据库登录名:blog 密码:blog 二、首页应该运行log.jsp页面。其用户名:aa 密码:aaaa
💻 JSP~4~
字号:
<%@ page contentType="text/html; charset=GBK" %>
 <%@ page import="java.util.ArrayList" %>
<html>
<head>
<title>
head_down
</title>
</head>
<jsp:useBean id="friend" scope="session" class="OperationDB.operation">
</jsp:useBean>
<%
 ArrayList list=friend.findfriend();
 int number=list.size();
 if(number<=10){
   number=10;
 }
%>
<body>
 <table width="825" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="myimage/33.jpg" width="825" height="25" alt=""></td>
  </tr>
</table>
<table width="825"  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#5F668D">
  <tr>
    <td width="72" height="21">&nbsp;</td>
    <td width="694" bgcolor="#FFFFFF"> <div align="center">
<%
  for(int i=0;i<number;i++){
  ActionForm.friendActionForm faf=(ActionForm.friendActionForm)list.get(i);

%>

 <a href="#" title="<%=faf.getQQnumber()%>&nbsp;|&nbsp;<%=faf.getDescription()%>"> <%=faf.getName()%></a>&nbsp;
<%}%>
    </div></td>
    <td width="59">&nbsp;</td>
  </tr>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="70"><img src="myimage/down5.jpg" width="825" height="70" alt=""></td>
  </tr>
</table>





</body>
</html>

⌨️ 快捷键说明

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