chenvip - 2007-4-24 18:42:00
[color=Navy]我采集一个新闻页面是这个的代码
我设置采集分页代码是
<div class="endPageNum"> <a href="#" target="_self">上一页</a>
<span class="active">[变量]</span>
<a href="[分页新闻]" target="_self">[变量]</a>
但是采不到![/color]
网页源代码是:
[color=Red]<div class="endPageNum"> <a href="#" target="_self">上一页</a>
<span class="active">1</span>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_2.html" target="_self">2</a>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_3.html" target="_self">3</a>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_4.html" target="_self">4</a>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_5.html" target="_self">5</a>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_6.html" target="_self">6</a>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_7.html" target="_self">7</a>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_8.html" target="_self">8</a>
<a href="http://mobile.163.com/07/0419/09/3CEAE7J1001117A8_2.html" target="_self">下一页</a>
<div class="blank20"></div>
</div>
<div class="endAboutList">
<div class="title">[/color]
谁可以帮我看看!!!