ASP,程序,新闻列表的上一篇下一篇,原来是各显示一个,现在想让他显示5个,怎么改
3个回答
展开全部
改搜简蠢索拦岁陪语句
select top 5 id title from news ....
if rstemp.eof then
response.write("没有信息了")
else
do while not rstemp.eof
response.write("<a href=?id="&rstemp(0)&">"雀搏&rstemp(1)&"</a>")
rstemp.movenest
loop
end if
rstemp.close
就是这样的了
select top 5 id title from news ....
if rstemp.eof then
response.write("没有信息了")
else
do while not rstemp.eof
response.write("<a href=?id="&rstemp(0)&">"雀搏&rstemp(1)&"</a>")
rstemp.movenest
loop
end if
rstemp.close
就是这样的了
追问
加在哪个地方啊?
追答
神啊。。。我都把全部都写给你了,你仔细看看你自己的代码,再看看我写的就你就知道了
展开全部
select top 5 id,title from news where …好局…
'裤孙然后显示时加个循胡袜链环
do while not rs.eof
response.write ....
rs.movenext
loop
rs.close
'裤孙然后显示时加个循胡袜链环
do while not rs.eof
response.write ....
rs.movenext
loop
rs.close
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
分别 top 5
再加上循环语句
再加上循环语句
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询