发布网友 发布时间:2022-04-26 21:20
共2个回答
热心网友 时间:2023-11-03 21:25
Dim WshShell
Set WshShell=WScript.CreateObject("WScript.Shell")
For K=0 To 90
WshShell.SendKeys "{3}"
WshShell.SendKeys "{3}"
WshShell.SendKeys "{3}"
For J=0 To 9
WshShell.SendKeys "{2}"
WshShell.SendKeys "{2}"
WshShell.SendKeys "{2}"
For I=0 To 1
WshShell.SendKeys "{1}"
WshShell.SendKeys "{1}"
WshShell.SendKeys "{1}"
WScript.Sleep 3000
Next
Next
Next
把以上内容复制到记事本文件保存为1.vbs 双击运行 运行时间为一个半小时 . `` 缺点是中间需要结束不是很方便 需要打开任务管理器结束那个wscript进程.
经测试,这个符合你的要求```
参考资料:原创```
热心网友 时间:2023-11-03 21:25
怎么写我不知道,我知道网上有一种按键精灵,可以设置时间来按键。http://www.skycn.com/soft/6854.html