标签:http ar io sp on bs tt new nbsp
using LitJson;
//自定义Json类
JsonDataResult jsondata = new JsonDataResult() { Success = false };
HttpContext.Current.Response.Write(JsonMapper.ToJson(jsondata));
HttpContext.Current.Response.ContentType = "application/json";
HttpContext.Current.Response.End();
标签:http ar io sp on bs tt new nbsp
原文地址:http://www.cnblogs.com/sunzhenyong/p/4173212.html