批处帅哥 当前离线
列兵
评分人数
find 当前离线
少将
@echo off (for /f "tokens=1-2 delims=|" %%a in (a.txt) do ( echo %%a^|%%b ))>b.txt复制代码
TOP