码迷,mamicode.com
首页 > Web开发 > 详细

C# String.Format格式化json字符串中包含"{" "}"报错问题

时间:2014-06-07 08:48:42      阅读:921      评论:0      收藏:0      [点我收藏+]

标签:c   style   a   string   问题   line   

json.Append(String.Format("{\"total\":{0},\"row\":{1}}", lineCount, strJSON));直接会报错

字符串中包含{或者},则需要用{{ 来代替字符 {,用}} 代替 }

如:json.Append(String.Format("{{\"total\":{0},\"row\":{1}}}", lineCount, strJSON));

C# String.Format格式化json字符串中包含"{" "}"报错问题,布布扣,bubuko.com

C# String.Format格式化json字符串中包含"{" "}"报错问题

标签:c   style   a   string   问题   line   

原文地址:http://www.cnblogs.com/zhangs1986/p/3770487.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!