using System;
using System.Collections.Generic;
using System.Text;
namespace test
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("你好,世界!");
}
}
}
输出为??,??!
折腾了很长时间,没有解决。如果有人会的话,告诉我一下。谢谢!
...全文
119519打赏收藏
C# 控制台汉字变问号,求解!
如下程序: using System; using System.Collections.Generic; using System.Text; namespace test { class Program { static void Main(string[] args) { Console.WriteLine("你好,世界!"); } } } 输出为??,??! 折腾了很长时间,没有解决。如果有人会的话,告诉我一下。谢谢!