因为你的网页编码是Unicode编码,所以不能正确替换。- iconv -c -f utf-8 -t GBK "定期保养.html">test.html
- sed -i "s/定期保养/养护完成/g" test.html
- move /y test.html 养护完成.html
- start "" 养护完成.html
复制代码 涉及的两个工具 http://www.bathome.net/s/tool/index.html?key=sed 和 http://www.bathome.net/s/tool/index.html?key=iconv
下载 |