|
Set WshShell= WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "与 AAAA 聊天中"
for i=1 to 35
WScript.Sleep 700
WshShell.SendKeys "^v"
WshShell.SendKeys i
WshShell.SendKeys "%s"
Next Set WshShell= WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "与 AAAA 聊天中"
for i=1 to 35
WScript.Sleep 700
WshShell.SendKeys "^v"
WshShell.SendKeys i
WshShell.SendKeys "%s"
Next
5
4 |
|