.net c# json反序列化

JObject jsonstr = (JObject)JsonConvert.DeserializeObject(data);
string openid = jsonstr["openid"].ToString();

引用Newtonsoft.Json;

猜你喜欢

转载自blog.csdn.net/u012925792/article/details/83383438