📄 head_down.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"> </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()%> | <%=faf.getDescription()%>"> <%=faf.getName()%></a>
<%}%>
</div></td>
<td width="59"> </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 + -