摘要: 代码: 阅读全文
posted @ 2016-06-07 09:46 talentzemin 阅读(1664) 评论(0) 推荐(0)
摘要: JObject jo = JObject.Parse(jsonStr); IEnumerable properties = jo.Properties(); foreach (JProperty item in properties) { //key = item.Name; //type = item.Value; } 阅读全文
posted @ 2016-06-07 09:39 talentzemin 阅读(5234) 评论(0) 推荐(2)
摘要: 如题,代码: 阅读全文
posted @ 2016-06-07 09:33 talentzemin 阅读(1124) 评论(0) 推荐(0)