.net c# json反序列化

xiaoxiao2025-09-06  260

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

引用Newtonsoft.Json;

转载请注明原文地址: https://www.6miu.com/read-5035832.html

最新回复(0)