訪問量上不去怎麼辦?So Easy

@echo off

rem 首先找到IE瀏覽器的執行路徑
cd
C:
cd Program Files\Internet Explorer

rem 循環100000次
for /l %%i in (1,1,100000) do (
rem 打開網頁並最小化窗口(不影響你當前工作)
start /min iexplore "http://blog.sina.com.cn/s/blog_591c7a8f0102yc5p.html"

rem 延時3s
choice /t 3 /d y /n >nul

rem 關閉網頁
taskkill /F /IM iexplore.exe
)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章