首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

怎么在 TWebBrowser 中模拟点击超链接

2012-03-03 
如何在 TWebBrowser 中模拟点击超链接如何在TWebBrowser中模拟点击超链接[解决办法]for I:0 to ((WebBrow

如何在 TWebBrowser 中模拟点击超链接
如何在   TWebBrowser   中模拟点击超链接

[解决办法]
for I:=0 to ((WebBrowser1.document as Ihtmldocument2).links.length-1 do Begin
((WebBrowser1.document as Ihtmldocument2).links.item(I, I) As IHTMLElement).Click
end;

热点排行