由于json中字符很多,行很多,不能依靠\"来转义双引号,如使用@开头,引号转义需要用如下形式("写为"")
string json=@"{
""prop1"":""content1""
}";
由于json中字符很多,行很多,不能依靠\"来转义双引号,如使用@开头,引号转义需要用如下形式("写为"")
string json=@"{
""prop1"":""content1""
}";
本文标题:C# 在IDE中用string装json字符串的转义处理
本文链接:https://www.haomeiwen.com/subject/icjgaftx.html
网友评论