返回列表 发帖
没有200:
@echo off
:start
cls
set /a a=%random%%%10
set /a b=%random%%%10
echo 1%a%%b%
pause&goto startCOPY
(*^_^*)

TOP

返回列表