或者。 var response = await httpClient.GetAsync("something"); var content = response.Content.ReadAsStringAsync(); return new ...
確定! 回上一頁