返回列表 发帖
@echo off
:a
set /a var=%random% %% 101+100
echo %var%
pause>nul & goto :a

TOP

返回列表