C#中String.Format格式化json中包含"{" "}"报错问题解决
json.Append(String.Format("{\"total\":{0},\"col\":{1}}", Count, strJSON));直接会报错 字符串中包含{或者},则需要用{{ 来代替字符 {,用}} 代替 } 如:json.Append(String.Format("{{\"total\":{0},\"col\":{1}}}", Count, strJSON));
C#中String.Format格式化json中包含"{" "}"报错问题解决
json.Append(String.Format("{\"total\":{0},\"col\":{1}}", Count, strJSON));直接会报错 字符串中包含{或者},则需要用{{ 来代替字符 {,用}} 代替 } 如:json.Append(String.Format("{{\"total\":{0},\"col\":{1}}}", Count, strJSON));
版权所属: www.yunjson.com
本文链接: http://www.yunjson.com/articleinfo/222/
特别声明:如需转载,请以链接形式注明本文出处!
QQ技术群:308250404
投稿邮箱:post@yunjson.com
针对有价值的原创技术投稿予以一定稿酬
期待有独特技术、独特想法的你来加入!