摘要: 原文:http://stackoverflow.com/questions/7003740/how-convert-namevaluecollection-to-json-stringNameValueCollection 转换为 Json 的时候,只把它的Keys 数组 转换为Json ,忽略了 Value , 方法就是把 NameValueCollection 转换为 字典,再转为Json自定义Json转换类: public static class JsonHelper { public static string ToJson<T>(this T source... 阅读全文
posted @ 2012-04-19 01:52 NewSea 阅读(3825) 评论(0) 推荐(0)