這就是我在第一次迭代後用foreach迴圈中斷臨時解決它的方法。 foreach (KeyValuePair<string, JToken> item in (JObject)json["stats"]) { // doing something with ...
確定! 回上一頁