摘要: 代码: 阅读全文
posted @ 2016-06-07 09:46 talentzemin 阅读(1636) 评论(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 阅读(5205) 评论(0) 推荐(2) 编辑
摘要: 如题,代码: 阅读全文
posted @ 2016-06-07 09:33 talentzemin 阅读(1113) 评论(0) 推荐(0) 编辑