lengguoyong 当前离线
列兵
TOP
ArdentMan 当前离线
中尉
@Echo Off For /F "tokens=1* delims=:" %%i In ('Findstr /n .* a.txt') Do Set "_%%i=%%j" Echo %_5% Pause>Nul 复制代码
@Echo Off For /F %%a in (a.txt) Do Echo %%a Pause>Nul复制代码