图片集能不能采集分页
我怎么弄这个分页都采集不出来,是不是图片集不支持分页采集啊
分页代码如下
<td colspan="6"><input type="button" name="chkall" value="全选" onclick="CheckAll(this.form)" title="选择所有图片"><input type="button" name="chkOthers" value="反选" onclick="CheckOthers(this.form)" title="反选"><input type="submit" value="播放选择" title="幻灯片方式查看所选择的图片"> <input type="button" value="播放整个专辑" name="Reg" onclick="javascript:window.open('/showp.asp?id=2633','_blank','')"><input name="sid" type="hidden" id="sid" value="2633"></td> </tr> </form> </table><table align="center" width="96%" border="0" cellspacing="0" cellpadding="0"><tr><td width="20%" nowrap>每页:<b>20</b>张 一共:<b>52</b>张 总页数:<b>3</b>页</td><td width="100%" nowrap><div align="center"> <font color="#FF0000"><b>[1]</b></font><a href="/photo_album_html/2633_2.htm">[2]</a><a href="/photo_album_html/2633_3.htm">[3]</a> ...<a href="/photo_album_html/2633_3.htm" title="最后页">尾页</a> <a href="/photo_album_html/2633_2.htm" title="下一页">下一页</a></div></td><td width="18%" nowrap>转到<input type="text" size="3" name="pagenum" id="pagenum">页<input value="GO" type="button" onclick="link_page()"></td></tr></table> </td> </tr> </table> <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#00AAAA"> <tr bgcolor="#E6F2F2">
我写的规则
分页区域正则: <table align="center" width="96%" border="0" cellspacing="0" cellpadding="0">[!--smallpageallzz--]<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#00AAAA">
分页链接正则: <a href="[!--pageallzz--]">*</a>
就是采集不到,真没招了,大家帮帮我吧
|