649918043 当前离线
列兵
评分人数
bailong360 (zhonghua)当前离线
上尉
@echo off setlocal enabledelayedexpansion (for /f "useback tokens=1-10 delims=: " %%a in ("test.txt") do ( set /a num=%%f+1 echo %%a %%b %%c %%d %%e:%%f !num! %%g %%h %%i %%j ))>$New.txt复制代码
TOP
yangfengoo 当前离线
@echo off setlocal enabledelayedexpansion >new.txt (for /f "tokens=1* delims=:" %%a in (wb.txt) do ( for /f "tokens=1*" %%i in ("%%b") do ( set/a #=%%i+1 echo,%%a:%%i !#! %%j )))复制代码