返回列表 发帖
  1. @echo off
  2. set /a a=%a%+1
  3. echo %a%
  4. if %a%==999 pause
  5. %0
复制代码

TOP

返回列表