win10的KB5022834补丁后,微软关闭了IE浏览器的使用
可以通过如下脚本强制运行IE浏览器,将如下代码保存为.vbs后缀,运行即可
Set openIE=CreateObject("InternetExplorer.Application") openIE.Visible = TRUE openIE.navigate "http://127.0.0.1" Set openIE = Nothing
名称(*)
正文(*)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。