necnec1 当前离线
二级士官
pcl_test 当前离线
荣誉版主
for /f "delims=" %%a in (AA.txt) do >"%%a.txt" findstr /c:"%%a" BB.txt复制代码
TOP