 |
|
<%
sql="select *from news order by id desc"
set mess_rs=conn.execute(sql)
message=""
i=0
if not mess_rs.eof then
do while not mess_rs.eof and i<=10
i=i+1
message=message&""&mess_rs("content")&""
mess_rs.movenext
loop
end if
%>
|
 |
|
|
 |
<%
i=8
set rs=conn.execute("select *from article where class1_id=7 and class2_id=31 order by id desc")
do while not rs.eof and i>0
h_title=rs("title")
%>
|
"><%=cutstr(h_title,50)%> |
<%
rs.movenext
i=i-1
loop
%>
更多>>> |
|
|
|
 |
<%
i=8
set rs=conn.execute("select *from article where class1_id=4 and class2_id=17 order by id desc")
do while not rs.eof and i>0
h_title=rs("title")
%>
|
"><%=cutstr(h_title,50)%> |
<%
rs.movenext
i=i-1
loop
%>
更多>>> |
|
|
|
|
<%
i=8
set rs=conn.execute("select *from article where class1_id=7 and class2_id=82 order by id desc")
do while not rs.eof and i>0
h_title=rs("title")
%>
|
"><%=cutstr(h_title,50)%> |
<%
rs.movenext
i=i-1
loop
%>
更多>>> |
|
|
|
 |
 |
编号
|
姓名
|
身高
|
三围
|
f8001
|
|
166
|
83,60,86
|
f8002
|
|
170
|
83,60,84
|
f8003
|
|
162
|
81,56,82
|
f8004
|
|
168
|
83,65,90
|
f8005
|
|
162
|
81,60,75
|
|
|
更多女星 |
|
 |
编号
|
姓名
|
身高
|
三围
|
m9001
|
|
185
|
83,60,86
|
m9002
|
|
176
|
78,66,74
|
m9003
|
|
180
|
88,75,89
|
m9004
|
|
186
|
104,80,98
|
m9005
|
|
189
|
106,75,96
|
|
|
更多男星 |
|
 |
 |
|