CODE: [Copy to clipboard]@echo off :loop set /p str=楼主的名字是什么: if "%str%" neq "cqqwing" ( echo 回答错误:'( goto :loop ) echo 回答正确,请到批处理室学习基础教程:) pause