字符串 1、 Console.WriteLine("hello"+1); //输出的是hello1 Console.WriteLine(1+"hello"); //输出的是1hello Console.WriteLine(1+2+3+"hello"+