qq6438338 当前离线
列兵
评分人数
CrLf 当前离线
论坛巡查
@findstr /v /b "0" a.txt >b.txt复制代码
@echo off (for /f "eol=0 delims=" %%i in (a.txt) do ( set "字符串=%%i" setlocal enabledelayedexpansion echo !字符串! endlocal ))>b.txt复制代码
TOP