没看懂
字符串的问题?class Test{ static void Main(string[] args) { string s1 = "Hello"; string s2 = "World"; Console.WriteLine(s1 + " " + s2); }}输出结果Hello World 不知道算不算字符串的例题