1, 在doc界面里输入”native2ascii -encoding gbk d:\a.txt d:\b.txt“ native2ascii:将文字编译成ascii码 gbk:编译的文字类型,gbk为中文 d:\a.txt:要编译的文件的具体路径 d:\b.txt:编译好的文件存储的具体路径