 |
|
名次 |
游戏名称 |
<%
int flg = 0;
for (java.util.Iterator it = ZooAo.LIST_GAMEDOWNNUM.iterator(); it.hasNext();){
Game game = (Game)it.next();
flg = flg + 1;
%>
|
|
<%}%>
|
|
| |
|
 |
<%
for (java.util.Iterator it = ZooAo.LIST_INFO_3.iterator(); it.hasNext();){
Info info = (Info)it.next();
%>
|
<%}%>
|
 |
|
| |
 |
手机游戏 |
|
|
|
<%
ArrayList temp_list = ZooAo.MAP_HOMEPAGE.get("12");
int flag = 1;
Iterator it = temp_list.iterator();
while(it.hasNext() && flag <= 4)
{
Webcortrol web = (Webcortrol)it.next();
%>
|
|
<%
flag++;
}
%>
|
|
|
|
| |
<%
while(it.hasNext() && flag > 4 && flag <= 6)
{
Webcortrol web = (Webcortrol)it.next();
%>
|
|
<%= web.getCon().length()>40 ? web.getCon().substring(0,39)+"...":web.getCon() %> |
|
|
<%
flag++;
web = (Webcortrol)it.next();
%>
|
|
|
<%= web.getCon().length()>40 ? web.getCon().substring(0,39)+"...":web.getCon() %> |
|
|
<%
flag++;
}
%>
<%
while(it.hasNext() && flag > 6 && flag <= 9)
{
Webcortrol web = (Webcortrol)it.next();
%>
|
|
<%
flag++;
}
%>
|
<%
while(it.hasNext() && flag > 9 && flag <= 12)
{
Webcortrol web = (Webcortrol)it.next();
%>
|
|
<%
flag++;
}
%>
|
|
|
| |
|
| |
 |
游戏资讯 |
|
|
|
| |
|
|
|
<%
for (it = ZooAo.LIST_INFO_1.iterator(); it.hasNext();){
Info info = (Info)it.next();%>
|
<%}%>
|
|
|
<%
for (it = ZooAo.LIST_INFO_2.iterator(); it.hasNext();){
Info info = (Info)it.next();
%>
|
<%}%>
|
|
|
| |
|
| |
 |
电子图书 |
|
|
|
<%
temp_list = ZooAo.MAP_HOMEPAGE.get("14");
for (it = temp_list.iterator(); it.hasNext();){
Webcortrol web = (Webcortrol)it.next();
%>
|
|
<%}%>
|
|
| |
|
|
 |
手机主题 |
|
|
|
<%
temp_list = ZooAo.MAP_HOMEPAGE.get("13");
for (it = temp_list.iterator(); it.hasNext();){
Webcortrol web = (Webcortrol)it.next();
%>
|
<%}%>
|
|
| |
|
|
|
|
|