摘要:
//DataContractJsonSerializer ser = new DataContractJsonSerializer(typeof(Dictionary));//MemoryStream ms = new MemoryStream(Encoding.UTF8.GetBytes(json... 阅读全文
摘要:
//Dictionary的Value为一个数组public static void DicSample2() { Dictionary dic = new Dictionary(); String[] ZheJiang = { "Huzhou", "HangZhou", "Tai... 阅读全文