JObject obj = (JObject)JsonConvert.DeserializeObject(jsonStr);. 1. JProperty可以获取到JToken或者JObject的属性名。 foreach (JProperty item in obj ...
確定! 回上一頁