以下代码是IE,请问如何用360打开并自动登录呢?
REM dim ie
REM set ie=createobject("internetexplorer.application")
REM ie.visible=true
REM ie.navigate "http://www.sohu.com"
REM while ie.busy or ie.readystate<>4
REM wend
REM ie.document.formLogin.username.value="帐号"
REM ie.document.formLogin.password.value="密码"
REM ie.document.formLogin.submit作者: 9zhmke 时间: 2015-5-20 23:14