@echo off
:start
netstat -ano|find "8080"
timeout /t 5 //读秒
goto :start
cmd 界面持续输出
最新推荐文章于 2023-09-11 16:37:42 发布
@echo off
:start
netstat -ano|find "8080"
timeout /t 5 //读秒
goto :start