ReadAsStringAsync (); result = JsonConvert.DeserializeObject<T>(responseString); } return result; }. 修改後,加上.ConfigureAwait(false)
確定! 回上一頁