返回列表 发帖
  1. @echo off
  2. set /a a=%random% %%101+100
  3. echo %a%
  4. pause>nul
  5. %0
复制代码

TOP

返回列表