怎么用echo%errorlevel%检查错误啊😭
在bat批处理中,紧跟在……rem 以下命令编译指定源代码文件cl ...之后if %errorlevel% goto errecho No errorgoto :EOFerr:echo ErrCode:%errorlevel%……