powershell "((gc '原文件.txt') -join \"`r`n\").replace('需替换的字符','替换后字符')|out-file '结果.txt' -enc default"&pause