CODE: [Copy to clipboard]@echo off set "str=1.2.3.4.5.6.7.8.9" echo 替换前:%str% echo 替换后:%str:.= %&pause>nul