摘要: aardio内核现在使用的代码是utf8,如果返回的编码是gbk的,显示出来就是乱码。 解决方法:r=string.fromto(r,936,65001); //GBK转UTF8 其中936是GBK的代码页,65001是utf8的代码页。 使用::Kernel32.GetACP()可以获取本地计算机 阅读全文
posted @ 2018-11-23 10:31 遥月 阅读(1354) 评论(0) 推荐(0)