返回列表 发帖
@echo off
echo ----------请输入登录密码-----------
:test
set/a login=123
set /p password=
if %login%==%password% ( echo 密码正确 &pause&exit) else goto testno
:testno
echo 密码不正确请重新输入
goto test
pause
第1次 发帖子 感激ing

TOP

返回列表