electron-vue读取C# Windows程序控制台中文显示乱码
更新:HHH   时间:2023-1-7


编码问题
在引用的原C#程序中加入
Console.OutputEncoding = Encoding.UTF8;
即可正常显示

返回编程语言教程...