返回列表 发帖
  1. @echo off
  2. for /l %%i in (10 -1 1) do (
  3. ping 127.1 /n 2 >nul&echo,%%i
  4. )
  5. pause
复制代码
交作业

TOP

返回列表