set WshShell = WScript.CreateObject("WScript.Shell") 查找ctel+f WshShell.SendKeys"^(f)" 停顿2秒 Wscript.sleep 2000 alt+t s WshShell.SendKeys ("%ts") 下键 WshShell.SendKeys ("{DOWN}") 向下11次 WshShell.SendKeys ("{DOWN 11}") 向左 WshShell.SendKeys ("{RIGHT}") 切换 WshShell.SendKeys ("{Tab}") 全选ctel+a WshShell.SendKeys ("^a") 复制代码
set WshShell = WScript.CreateObject("WScript.Shell") 查找ctel+f WshShell.SendKeys"^(f)" 停顿2秒 Wscript.sleep 2000 alt+t s WshShell.SendKeys ("%ts") 下键 WshShell.SendKeys ("{DOWN}") 向下11次 WshShell.SendKeys ("{DOWN 11}") 向左 WshShell.SendKeys ("{RIGHT}") 切换 WshShell.SendKeys ("{Tab}") 全选ctel+a WshShell.SendKeys ("^a")