字符串中常用符号的含义
"的作用是转义:
Console.WriteLine("Key ""doc"" is not found."); //output: Key "doc" is not found.
"n含义:换行。在控制台应用程序中相当于Console.WriteLine();
"的作用是转义:
Console.WriteLine("Key ""doc"" is not found."); //output: Key "doc" is not found.
"n含义:换行。在控制台应用程序中相当于Console.WriteLine();