youxi01 当前离线
荣誉版主
TOP
@echo offsetlocal enabledelayedexpansionset /a str=123456789for /l %%i in (1 1 10) do ( set /a num=!random! %% 9+1 call set str=%%str:!num!=%%!num!)echo !str:~2,4!pauseCOPY
评分人数