hdhyg 当前离线
列兵
TOP
apang 当前离线
上将
@echo off for /f "tokens=1,2 delims==" %%a in (1.txt) do ( if /i "%%a"=="LastQQUin" echo,%%b ) pause复制代码