摘要: set wshShell = WScript.CreateObject("WScript.shell") for i = 1 to 500 wscript.sleep 5 * 60 * 1000 wshShell.sendkeys "{F5}"next 阅读全文
posted @ 2019-09-13 09:15 幸福工匠 阅读(102) 评论(0) 推荐(0) 编辑