vbs之使用Internet Explorer 屏蔽密码
复制代码 代码如下:SetobjExplorer=WScript.CreateObject_ ("InternetExplorer.Application","IE_") objExplorer.Navigate"file:///c:scriptspassword.htm" objExplorer.Visible=1 objExplorer.ToolBar=0 objExplorer.StatusBar=0 objExplorer.Width=400 ob...