ReadAsStringAsync ().Result; //Deserialize the string to JSON object dynamic jObj = (JObject)JsonConvert.DeserializeObject(strJson); //access ...
確定! 回上一頁