摘要: JObject jo = (JObject)JsonConvert.DeserializeObject(sent); List<string> ls = new List<string>(); foreach(var item in jo) { ls.Add(item.Key); } 阅读全文
posted @ 2020-08-24 17:51 棂信 阅读(3166) 评论(0) 推荐(0) 编辑