GET 是最常用到的方法,在瀏覽器上以輸入網址的方式進入網站,就屬於此法。 using (var client = new HttpClient()) { var html = await client.GetStringAsync("https:// ...
確定! 回上一頁