//JSON字串也可還原回JObject,動態存取 JObject restoredObject = JsonConvert.DeserializeObject<JObject>( jsonString); //JObject可使用LINQ方式 ...
確定! 回上一頁