sasuke_seiya 当前离线
列兵
DAIC 当前离线
中将
@echo off for /f "tokens=1 delims=:" %%i in ('findstr /n ".*" a.txt') do ( echo %%i ) pause复制代码
评分人数
TOP