用vbs实现自动向QQ密码框里输入密码
答案:3 悬赏:30 手机版
解决时间 2021-02-19 11:45
- 提问者网友:绫月
- 2021-02-19 07:52
用vbs实现自动向QQ密码框里输入密码
最佳答案
- 五星知识达人网友:玩世
- 2021-02-19 09:22
dim program1
program1="D:\Program Files\Tencent\coralQQ.exe"
set wshshell=CreateObject("wscript.shell")
set oexec=wshshell.exec(program1)
wscript.sleep 2000
wshshell.appactivate "QQ登录"
wshshell.sendkeys "+{TAB}"
wshshell.sendkeys "QQ号码"
wscript.sleep 2000
wshshell.sendkeys "{TAB}"
wshshell.sendkeys "****************"
wscript.sleep 2000
wshshell.sendkeys "{ENTER}"
Wscript.quit
program1="D:\Program Files\Tencent\coralQQ.exe"
set wshshell=CreateObject("wscript.shell")
set oexec=wshshell.exec(program1)
wscript.sleep 2000
wshshell.appactivate "QQ登录"
wshshell.sendkeys "+{TAB}"
wshshell.sendkeys "QQ号码"
wscript.sleep 2000
wshshell.sendkeys "{TAB}"
wshshell.sendkeys "****************"
wscript.sleep 2000
wshshell.sendkeys "{ENTER}"
Wscript.quit
全部回答
- 1楼网友:平生事
- 2021-02-19 10:00
你好!
这种代码网上多的是,自个儿搜索一下不就有了吗,见过懒的,没见过这么懒的
如果对你有帮助,望采纳。
- 2楼网友:十鸦
- 2021-02-19 09:36
这个问题太广泛了...无法回答,最好加一些要求...
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯