ai8866 当前离线
一级士官
Batcher 当前离线
管理员
@echo off (for /f "tokens=1*" %%a in (1.txt) do ( if %%a gtr 200 ( echo,%%a %%b ) ))>2.txt复制代码
TOP