charles_zheng 发表于 2007-5-9 15:49:34

求教:采集分页问题



<div id="main">
<div class="pic">
<div class="tit"><a name="t"></a><a style="font-family:黑体">真牛!蛋糕能做到这个境界</a></div>
<div class="next">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><a href="../1315200/1.html#t"><img src="http://www.daqi.com/slide/images/next_1.gif" alt="" height="21" width="81" border="0"></a></td>
<td valign="top" class="n_mi">
<a class="s_54FF00" href="1.html#t">01</a>
<a class="white" href="2.html#t">02</a>
<a class="white" href="3.html#t">03</a>
<a class="white" href="4.html#t">04</a>
<a class="white" href="5.html#t">05</a>
<a class="white" href="6.html#t">06</a>
<a class="white" href="7.html#t">07</a>
<a class="white" href="8.html#t">08</a>
<a class="white" href="9.html#t">09</a>
<a class="white" href="10.html#t">10</a>
<a class="white" href="11.html#t">11</a>
</td>
<td><a href="2.html#t"><img src="http://www.daqi.com/slide/images/next_2.gif" alt="" height="21" width="81" border="0"></a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="6"></td>
</tr>
<tr>
<td align="center" valign="bottom"><a class="STYLE1" style="font-size:14px">(点击大图直接看下一张)</a></td>
</tr>
</table>
</div>
<div class="pm">
<table width="10" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000" align="center">
<tr>
<td><a href="2.html#t"><img src="http://image1.chinabbs.com/pic_search/original/19601/ac3e47cf61a986fb039668240fab1cb1.jpg" alt="点击进入下一张图片"width="500" border="0"></a></td>
</tr>
<tr>
<td bgcolor="#666666" class="pm_2"></td>
</tr>
</table>
</div>
<div class="next">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td><a href="../1315200/1.html#t"><img src="http://www.daqi.com/slide/images/next_1.gif" alt="" height="21" width="81" border="0"></a></td>
<td valign="top" class="n_mi">
<a class="s_54FF00" href="1.html#t">01</a>
<a class="white" href="2.html#t">02</a>
<a class="white" href="3.html#t">03</a>
<a class="white" href="4.html#t">04</a>
<a class="white" href="5.html#t">05</a>
<a class="white" href="6.html#t">06</a>
<a class="white" href="7.html#t">07</a>
<a class="white" href="8.html#t">08</a>
<a class="white" href="9.html#t">09</a>
<a class="white" href="10.html#t">10</a>
<a class="white" href="11.html#t">11</a>
</td>
<td><ahref="2.html#t"><img src="http://www.daqi.com/slide/images/next_2.gif" alt="" height="21" width="81" border="0"></a>
<div id="Layer1">
<div id="Layer2"></div>



其中

<a class="white" href="2.html#t">02</a>
<a class="white" href="3.html#t">03</a>
<a class="white" href="4.html#t">04</a>
<a class="white" href="5.html#t">05</a>
<a class="white" href="6.html#t">06</a>
<a class="white" href="7.html#t">07</a>
<a class="white" href="8.html#t">08</a>
<a class="white" href="9.html#t">09</a>
<a class="white" href="10.html#t">10</a>
<a class="white" href="11.html#t">11</a>

为分页地址列表

问:内容分页应该怎么设置啊?谢谢

long899cn 发表于 2007-5-9 16:34:37

这个容易
<td valign="top" class="n_mi">

</td>

charles_zheng 发表于 2007-5-9 18:01:30

原帖由 long899cn 于 2007-5-9 16:34 发表
这个容易
<td valign="top" class="n_mi">

</td>


我现在就是这样操作的

但似乎不能进行分页采集,只采集了首页

黄埔三少 发表于 2007-5-9 20:13:24

开始:<div class=(*)>

结束:</div>

[ 本帖最后由 黄埔三少 于 2007-5-9 20:15 编辑 ]
页: [1]
查看完整版本: 求教:采集分页问题