一些答案似乎表明我应该使用 SHDocVw.InternetExplorerMedium 进行 Internet Explorer 自动化。
internetexplorer medium 和 internet explorer 有什么区别?
我试图运行这段代码,但我得到了对象断开异常
ias.IntExpMed = New SHDocVw.InternetExplorerMedium
ias.IntExpMed.Navigate("http://wikipedia.com")
waitTing(1)
ias.IntExpMed.Navigate("http://google.com")
实际上,如果我单步执行该程序,则该对象会立即断开连接
ias.IntExpMed.Navigate("http://wikipedia.com")