摘要: HttpResponseMessage result = new HttpResponseMessage { Content = new StringContent(str, Encoding.GetEncoding("UTF-8"), "application/json") };//这里是去掉反斜杠再放回出去,json就只剩下双引号。 return result; 阅读全文
posted @ 2019-03-22 15:40 Code麒麟 阅读(8064) 评论(0) 推荐(0) 编辑