vbs代码实现for循环
Set WshShell=WScript.CreateObject("WScript.Shell")
WshShell.AppActivate"循环"
for i=1 to 110
WScript.Sleep 99
WshShell.SendKeys"^v"
WshShell.SendKeys i
WshShell.SendKeys"%s"
Next
最后
以上就是淡定白开水最近收集整理的关于vbs代码实现for循环的全部内容,更多相关vbs代码实现for循环内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复