CODE: [Copy to clipboard]@echo off&(echo exit /b 3)>han.bat call han.bat echo 这个时候就是:%ERRORLEVEL% del han.bat&pause