文章分类 - JSON
摘要:System.Web.Script.Serialization.JavaScriptSerializer jss = new System.Web.Script.Serialization.JavaScriptSerializer(); jss.MaxJsonLength = int.MaxValue; String strJson = jss.Serialize(list);
阅读全文
摘要:为了防止跨站点脚本
阅读全文
摘要:Could not load file or assembly 'Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)http://stackoverflow.com/
阅读全文