关于Console.Write和char的问题,大佬帮忙看一下代码~~跪谢
static void Main(string[] args)
{
char tak='1';
char x = '2';
Console.Write(tak +x);
}
这个代码为什么输出的不是12呢~?求教!!!
static void Main(string[] args)
{
char tak='1';
char x = '2';
Console.Write(tak +x);
}
这个代码为什么输出的不是12呢~?求教!!!
2019-09-18
举报