Board logo

标题: [其他] [已解决]无故出现乱码该如何处理? [打印本页]

作者: 惆怅而又凄凉    时间: 2020-3-6 05:14     标题: [已解决]无故出现乱码该如何处理?

本帖最后由 惆怅而又凄凉 于 2020-3-7 07:16 编辑
  1. goto xydnro1
  2. ::NRO插件部署第一页
  3. :xydnro1
  4. echo.
  5. echo.NRO使用方法详见官网《相关教程》板块。
  6. echo.按任意键继续
  7. pause > nul
  8. goto xydnro
复制代码
以上运行结果为
  1. 请输入你的选项 : 1
  2. '��' is not recognized as an internal or external command,operable program or batch file.
  3. NRO使用方法详见官网《相关教程》板块。
  4. '��键继续' is not recognized as an internal or external command,operable program or batch file.
复制代码
然后我将bat修改为
  1. goto xydnro1
  2. ::NRO插件部署第一页
  3. :xydnro1
  4. echo.
  5. echo.NRO使用方法详见官网《相关教程》板块。
  6. echo.按任意键继续
  7. pause > nul
  8. goto xydnro
复制代码
仅仅只是在坐标和注释中间加了一个回车,
  1. '��' is not recognized as an internal or external command,operable program or batch file.
复制代码
就消失不见了。

然后我修改批处理为:
  1. echo.
  2. echo.NRO使用方法详见官网“相关教程”板块。
  3. echo.按任意键继续
  4. pause > nul
  5. goto xydnro
复制代码
也是加一个回车就没有任何报错了。

批处理开头加了chcp 65001
文件也是utf8编码。
作者: wujunkai    时间: 2020-3-6 07:23

貌似文件得用GBK编码。。。我VSCode一直都是用GBK编码,之前用utf-8老报错
作者: 惆怅而又凄凉    时间: 2020-3-6 07:44

回复 2# wujunkai


    啊~这么讽刺的嘛。。。
作者: Batcher    时间: 2020-3-6 10:21

回复 1# 惆怅而又凄凉


有什么特殊原因一定要使用utf8编码的bat文件吗?bat文件保存为ANSI编码可以吗
另外,不建议使用 :: 注释,建议改成 rem
作者: 惆怅而又凄凉    时间: 2020-3-6 11:13

回复 4# Batcher


    可以换其他编码的,所以就是utf8编码造成的吗?
我用utf8只是因为vs默认而已~没有什么特殊原因。
那么请问用GBK可以吗?vs好像没有ansi~
作者: wujunkai    时间: 2020-3-6 11:18

回复 5# 惆怅而又凄凉 GBK的底层就是ansi啊
作者: Batcher    时间: 2020-3-6 18:44

回复 5# 惆怅而又凄凉


    推荐bat文件保存为ASNI编码
作者: 惆怅而又凄凉    时间: 2020-3-7 07:16

回复 7# Batcher


    明白了,谢谢!




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2