wwwjjjxxx 当前离线
列兵
评分人数
bluewing009 (九影)当前离线
少校
TOP
awk 当前离线
上尉
sed "s/^ *//" a.txt >b.txt复制代码
545810831 当前离线
二级士官
@echo off&setlocal enabledelayedexpansion for /f "tokens=*" %%i in (1.txt) do ( set str=%%i if not "!str:~7,8!"=="" echo !str! ) pause复制代码