返回列表 发帖
@echo off
:star
set i=123
set /p j=请输入密码
if %i%==%j% (echo 登录成功) else (echo 密码不对&goto :star)
pause>nulCOPY

TOP

返回列表