能力值:
( LV4,RANK:50 )
|
-
-
2 楼
我也想要,,谢谢..
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
Set wshshell=CreateObject("wscript.shell")
wshshell.AppActivate "连接 MAE-301U 拨号连接"
wscript.Sleep 20000
wshshell.SendKeys "{enter}"
wshshell.Run "iexplore"
WScript.Sleep 2000
wshshell.AppActivate "hao123网址之家---实用网址,搜索大全,尽在 http://www.hao123.com/ - Microsoft Internet Explorer" '引号中的内容修改为你的浏览器打开后标题栏中的内容
wshshell.SendKeys "%d"
wshshell.SendKeys "http://passport.baidu.com/?login" 此处为账号登陆界面
wshshell.SendKeys "{enter}"
WScript.Sleep 2000
wshshell.SendKeys "此处修改为博客帐号"
wshshell.SendKeys "{tab}"
wshshell.SendKeys "此处修改为博客密码"
wshshell.SendKeys "{enter}"
'wshshell.SendKeys "%d" 保存为xx.vbs
是具体的情况而定 反应慢
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
楼上这个VBS能登陆126邮箱?
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
也可以用AutoHotKey来做,很简单
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
能否详细一点
|
|
|