Dim k k=0
Set Wshell=WScript.CreateObject("WScript.Shell")
AppName="页面刷新"
Set ie=WScript.CreateObject("InternetExplorer.Application")
ie.visible=True
ie.navigate "http://www.baidu.com/"
Do
Wscript.Sleep 1000
ie.refresh
k=k+1
Loop until k>300000
Set ie=Nothing
Set Wshell=Nothing
VB脚本刷点击量
最新推荐文章于 2025-05-15 10:21:07 发布