JObject jo = JObject.Parse(jsonSrc); DateTime d = jo.Property("d").Value.Value<DateTime>(); int n = jo["n"].Value<int>();
確定! 回上一頁