CODE: [Copy to clipboard]@echo off for /f "delims=" %%i in (a.txt) do set str=%%i&call,echo %%str:~6%% echo 搞定! pause>nul