获取WEB某一节点内的全部链接
import win.ui;
/*DSG{{*/
var winform = win.form(parent=...; scroll=1;text="AAuto Form";right=349;bottom=249 )
winform.add( )
/*}}*/
import web.form;
//创建web窗体
var wb = web.form( winform
,//可输入_UIFLAG_ 前缀的常量自定义外观
,//可输入_DLCTL_ 前缀的常量以控制下载行为
,//"USER AGENT"
);
//打开目标网站
wb.go("http://www.aau.cn/")
//显示窗体
winform.show()
wb.wait("");//等待指定网址,可以使用模式匹配语法
io.open()
var ele = wb.getEle("portal_block_53_content")//获取节点对象
for i,link in wb.eachLinks() {//遍历WB对象所有链接
if( ele.contains( link ) ){//判断该节点包含链接
io.print( link.innerTEXT, link.href )
}
}
//进入消息循环
win.loopMessage();
return winform,wb;
网页

源码
<div id="portal_block_53_content" class="content"><div class="module cl xl xl1"> <ul><li><em><a href="http://www.aau.cn/space-uid-9.html" target="_blank">qqmmcc</a></em><a href="http://www.aau.cn/home-space-uid-9-do-blog-id-378.html" title="在21天内自学C++" target="_blank">在21天内自学C++</a></li><li><em><a href="http://www.aau.cn/space-uid-333.html" target="_blank">51ak</a></em><a href="http://www.aau.cn/home-space-uid-333-do-blog-id-377.html" title="模式匹配小常识" target="_blank">模式匹配小常识</a></li><li><em><a href="http://www.aau.cn/space-uid-1344.html" target="_blank">shidafan</a></em><a href="http://www.aau.cn/home-space-uid-1344-do-blog-id-374.html" title="一辈子走好一条路" target="_blank">一辈子走好一条路</a></li><li><em><a href="http://www.aau.cn/space-uid-1344.html" target="_blank">shidafan</a></em><a href="http://www.aau.cn/home-space-uid-1344-do-blog-id-373.html" title="心态决定命运" target="_blank">心态决定命运</a></li><li><em><a href="http://www.aau.cn/space-uid-47.html" target="_blank">fantasynew</a></em><a href="http://www.aau.cn/home-space-uid-47-do-blog-id-368.html" title="2011-2-19" target="_blank">2011-2-19</a></li><li><em><a href="http://www.aau.cn/space-uid-78.html" target="_blank">hgbuser</a></em><a href="http://www.aau.cn/home-space-uid-78-do-blog-id-367.html" title="我写的与WEB、表达式判断相关的程序,欢迎点评!" target="_blank">我写的与WEB、表达式判断相关的程序,欢迎点</a></li><li><em><a href="http://www.aau.cn/space-uid-1285.html" target="_blank">haa33c</a></em><a href="http://www.aau.cn/home-space-uid-1285-do-blog-id-362.html" title="Compressto Fto Benz 19" target="_blank">Compressto Fto Benz 19</a></li><li><em><a href="http://www.aau.cn/space-uid-1285.html" target="_blank">haa33c</a></em><a href="http://www.aau.cn/home-space-uid-1285-do-blog-id-357.html" title="highest passion to serve 14" target="_blank">highest passion to serve 14</a></li><li><em><a href="http://www.aau.cn/space-uid-1285.html" target="_blank">haa33c</a></em><a href="http://www.aau.cn/home-space-uid-1285-do-blog-id-356.html" title="莫泰168简介 13" target="_blank">莫泰168简介 13</a></li></ul> </div></div></div>
运行结果

浙公网安备 33010602011771号