您的位置:程序门 -> .net技术 -> vb.net



vb6取得网址的命令webbrowser1.document.links(i).href,在vb.net怎么表示?


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


vb6取得网址的命令webbrowser1.document.links(i).href,在vb.net怎么表示?
发表于:2007-08-03 05:13:18 楼主
vb6:webbrowser1.document.links(i).href
c#:     web1.document.links.item(i).getattribute( "href ")

但是不知在vb.net怎么表示?

请教!
发表于:2007-08-03 09:16:351楼 得分:0
沙发,帮忙顶
发表于:2007-08-03 09:34:552楼 得分:0
不知道,,盼望```
发表于:2007-08-03 13:25:353楼 得分:0
请教!
发表于:2007-08-04 00:19:044楼 得分:0
用正则表达式。。。。。。

示例:扫描   href  
提供一个示例,该示例搜索一个输入字符串并输出所有   href= "… "   值及其在字符串中的位置。

msdn的:http://msdn2.microsoft.com/zh-cn/library/t9e807fx(vs.80).aspx


快速检索

最新资讯
热门点击