小竹 当前离线
四级士官
youxi01 当前离线
荣誉版主
TOP
@echo offsetlocal enabledelayedexpansionfor /r %%i in (*.txt) do (echo %%i >>hero.txt) echo 开始转换!pausefor /f "tokens=1,2 delims=." %%i in (hero.txt) do (set a=%%i.%%jset b=%%i.htmmove "!a!" "!b!")del hero.txtecho 转换完毕!pauseCOPY