using (HttpClient client = new HttpClient()) { HttpResponseMessage response = client.GetAsync("some_uri").Result; if (response.
確定! 回上一頁