Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 请教一个分页采集的问题,希望高手指点

[复制链接]
percyz 发表于 2009-12-16 13:59:43 | 显示全部楼层 |阅读模式
请高手指点一下这个页面的分页规则怎么写,先谢谢了。
这条资讯的链接:http://www.neeu.com/news/read.jsp?ID=12898&num=1

↓下面是分页区域的代码↓
这第一页的代码:
  1. <div class="cpagesizebottom" >
  2.                 <strong>1</strong>
  3.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=2">2</a>
  4.                 ... <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=4">4</a>
  5.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=2">下一页</a>
  6. </div>
复制代码
这是第二页的代码:
  1. <div class="cpagesizebottom" >
  2.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=1">上一页</a>
  3.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=1">1</a>
  4.                 <strong>2</strong>
  5.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=3">3</a>
  6.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=4">4</a>
  7.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=3">下一页</a>
  8. </div>
复制代码
这是第三页的代码:
  1. <div class="cpagesizebottom" >
  2.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=2">上一页</a>
  3.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=1">1</a>
  4.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=2">2</a>
  5.                 <strong>3</strong>
  6.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=4">4</a>
  7.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=4">下一页</a>
  8. </div>
复制代码
这是第四页的代码:
  1. <div class="cpagesizebottom" >
  2.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=3">上一页</a>
  3.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=1">1</a>..
  4.                 <a href="http://www.neeu.com/news/read.jsp?ID=12898&num=3">3</a>
  5.                 <strong>4</strong>
  6. </div>
复制代码
joe122 发表于 2010-3-25 16:05:33 | 显示全部楼层
同问

有达人回答下吗
回复

使用道具 举报

信宁军 发表于 2010-3-25 20:10:49 | 显示全部楼层
现有条件下解决不了,该站长算是聪明,值得学习
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 19:42 , Processed in 0.022977 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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