WebClient wc = new WebClient(); byte[] htmlByte = wc.DownloadData("你的網站"); string htmlText = Encoding.UTF8.GetBytes(htmlByte);.
確定! 回上一頁