CODE: [Copy to clipboard]@echo off (for /f "delims=" %%a in (a.txt) do ( if "%%a" lss "a" echo 本题正确答案 echo %%a ))>本题正确答案.txt