xzwcn 当前离线
六级士官
TOP
gawk 当前离线
少将
canyuexiaolang (vebjbr2wq)当前离线
荣誉版主
评分人数
@echo off & setlocal enabledelayedexpansion :start setlocal set /p ip=输入IP: if not defined ip goto :eof if "!ip!"=="exit" goto :eof ping !ip! endlocal goto start复制代码