mybath 当前离线
列兵
评分人数
DAIC 当前离线
中将
@echo off (for /f "delims=" %%i in (Test.txt) do ( set "str=%%i" setlocal enabledelayedexpansion echo,!str:~0,40! endlocal ))>Test_new.txt复制代码
TOP