@echo off &for /f "tokens=1-3 delims=+" %%a in (list.txt) do if exist "%%a" sed -i "s/%%b/%%c/g" "%%a" pause&exit/b复制代码