fire999999999 当前离线
列兵
bailong360 (zhonghua)当前离线
上尉
评分人数
TOP
pcl_test 当前离线
荣誉版主
@echo off for /f "delims=" %%a in ('type "a.txt"') do ( (for /f "delims=" %%b in ('type "b.txt"') do ( if "%%a" equ "%%b" set %%b=def if not defined %%b echo,%%b ))>$ move $ "b.txt" >nul ) pause复制代码