返回列表 发帖
@echo off
:redo
set a=%random%
if %a% leq 1 goto redo
if %a% gtr 8 goto redo
echo 星期%a%
pause>nulCOPY

TOP

返回列表