CODE: [Copy to clipboard]@echo off for /f "skip=1 tokens=2" %%i in (config.txt) do ( if "%%i" neq "混蛋的" goto :ks ) goto :eof :ks echo 没有"混蛋的"