文章分类 -  JSON

摘要:System.Web.Script.Serialization.JavaScriptSerializer jss = new System.Web.Script.Serialization.JavaScriptSerializer(); jss.MaxJsonLength = int.MaxValue; String strJson = jss.Serialize(list); 阅读全文
posted @ 2013-12-06 09:18 xust 阅读(784) 评论(0) 推荐(0)
摘要:为了防止跨站点脚本 阅读全文
posted @ 2013-10-25 18:08 xust 阅读(596) 评论(0) 推荐(0)
摘要: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/ 阅读全文
posted @ 2012-10-15 13:52 xust 阅读(6504) 评论(0) 推荐(0)