Set WshShell= WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "文采呱呱"
for i=1 to 100
WScript.Sleep 500
WshShell.SendKeys "^v"
WshShell.SendKeys i
WshShell.SendKeys "%s"
Next
后綴改vbs
Set WshShell= WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "文采呱呱"
for i=1 to 100
WScript.Sleep 500
WshShell.SendKeys "^v"
WshShell.SendKeys i
WshShell.SendKeys "%s"
Next
后綴改vbs
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。