xyao1983 当前离线
列兵
评分人数
TOP
CrLf 当前离线
论坛巡查
wolonga123 当前离线
上等兵
@echo off&setlocal enabledelayedexpansion set n=1 for /f "delims=" %%a in (test.txt) do ( if "%%a"=="%%" (set /a n+=1) else echo>>!n!.txt %%a ) pause复制代码