可以使用“+”号将字符串相加。此操作称为字符串连接或连接。 例如, <前> string s = "你好,"; 字符串 s1 = "世界"; Console.WriteLine(s + s1); 屏幕将显示短语“Hello world”; (不带引号)。
"Hello, name!"
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking