摘要: //DataContractJsonSerializer ser = new DataContractJsonSerializer(typeof(Dictionary));//MemoryStream ms = new MemoryStream(Encoding.UTF8.GetBytes(json... 阅读全文
posted @ 2014-06-20 14:18 改变你我 阅读(214) 评论(0) 推荐(0) 编辑
摘要: //Dictionary的Value为一个数组public static void DicSample2() { Dictionary dic = new Dictionary(); String[] ZheJiang = { "Huzhou", "HangZhou", "Tai... 阅读全文
posted @ 2014-06-20 00:24 改变你我 阅读(331) 评论(0) 推荐(0) 编辑