1 2 3 4 5 6 7 ... 199 200 这样的分页效果怎么实现
1234567...199200这样的分页效果怎么实现ASP的<%forj=1tors.pagecountifj=pagethenresponse.write"<b><f...
1 2 3 4 5 6 7 ... 199 200 这样的分页效果怎么实现
ASP的
<%for j=1 to rs.pagecount
if j=page then
response.write"<b><font color=#666666>【"&j&"】</font></b> "
else
response.write"<a href=?page="&j&">"&j&"</a>& nbsp;& nbsp;"
end if
next
%>
这个只能无限循环,分页很多怎么办。。。
能不能实现 先显示1到10页,点10页的时候显示 10到20页 而1到10页不显示, 在点 10页的时候 显示1到10页 而10到20页不显示
这是问题的关键。。。 展开
ASP的
<%for j=1 to rs.pagecount
if j=page then
response.write"<b><font color=#666666>【"&j&"】</font></b> "
else
response.write"<a href=?page="&j&">"&j&"</a>& nbsp;& nbsp;"
end if
next
%>
这个只能无限循环,分页很多怎么办。。。
能不能实现 先显示1到10页,点10页的时候显示 10到20页 而1到10页不显示, 在点 10页的时候 显示1到10页 而10到20页不显示
这是问题的关键。。。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询