vbs操作IE对象

Dim fso,filepath,i 'Dim ExcelBook,ExcelSheet,MyExcelBook,MyExcelSheet Dim ie Set ie=WScript.CreateObject("internetexplorer.application")
ie.Navigate "http://www.google.com/" MsgBox "等待一下" ie.Visible = True ie.Document.body.all.q.Value = "abc" ie.Document.body.all.btnG.Click MsgBox (ie.LocationURL) Set IEDocument = ie.Document msgbox IEDocument.body.innertext
上一篇:我的网站搭建: (第十天) Ueditor后台编辑器


下一篇:大数据时代:基于微软案例数据库数据挖掘知识点总结(Microsoft 聚类分析算法)