火车采集器软件交流官方论坛

 找回密码
 加入会员
搜索
火车采集器V9版免费下载火车浏览器 - 可视采集,万能群发,全自动脚本工具
查看: 2914|回复: 3

这样的分页代码怎么写?

[复制链接]
发表于 2013-4-10 09:14:15 | 显示全部楼层 |阅读模式
这样的分页代码怎么写?  求高人指点一下。

<script language="JavaScript" type="text/javascript">
var prestring = "http://fashion.zdface.com"
var urlstring = "/a/NewShow_"
var currentPage = 0
var prevPage = currentPage-1
var nextPage = currentPage+1
var countPage = 5
if(countPage>1&&currentPage!=0&&currentPage!=1)
document.write("<a href='" + prestring + urlstring + "1189695_1.htm'>首页</a>&nbsp;|&nbsp;<a href='" + prestring + urlstring + "1189695_"+ (prevPage +1)+ ".htm'>上一页</a>&nbsp;");
else if(countPage>1&&currentPage!=0&&currentPage==1)
document.write("<a href='" + prestring + urlstring + "1189695_1.htm'>首页</a>&nbsp;|&nbsp;<a href='" + prestring + urlstring + "1189695_"+ (prevPage +1)+ ".htm'>上一页</a>&nbsp;");
else
document.write("<a href='" + prestring + urlstring + "1189695_1.htm'>首页</a>&nbsp;|&nbsp;<a href='" + prestring + urlstring + "1189695_1.htm'>上一页</a>&nbsp;");
var num = 5;
for(var i=0+(currentPage-1-(currentPage-1)%num) ; i<=(num+(currentPage-1-(currentPage-1)%num))&&(i<countPage) ; i++){
if(currentPage==i)
document.write("<a style=\"color:#fff; background:#333;\" href='" + prestring + urlstring +"1189695_"+(i+1)+".htm'>"+(i+1)+"</a>&nbsp;");
else if(i==0){
document.write("<a href='" + prestring + urlstring + "1189695_1.htm'>"+1+"</a>&nbsp;");
}else
document.write("<a href='" + prestring + urlstring + "1189695_" + (i + 1) + "." + "htm'>"+(i+1)+"</a>&nbsp;");
}
if(countPage>1&&currentPage!=(countPage-1))
document.write("<a href='" + prestring + urlstring + "1189695_"+(nextPage+1)  + "."+"htm'>下一页</a>&nbsp;|&nbsp;<a href='" + prestring + urlstring + "1189695_"+countPage  + "."+"htm'>尾页</a>&nbsp;");
else
document.write("<a href='" + prestring + urlstring + "1189695_1.htm'>下一页</a>&nbsp;|&nbsp;<a href='" + prestring + urlstring + "1189695_"+countPage + ".htm'>尾页</a>&nbsp;");
</script>
&nbsp;
发表于 2013-4-10 10:11:57 | 显示全部楼层
这种分页目前只能通过插件来采集到
头像被屏蔽
发表于 2013-4-20 18:51:32 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2014-1-15 10:20:18 | 显示全部楼层
分页目前只能通过插件来采集到
您需要登录后才可以回帖 登录 | 加入会员

本版积分规则

QQ|手机版|Archiver|火车采集器官方站 ( 皖ICP备06000549 )

GMT+8, 2024-11-18 06:14

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表