close
http://www.dotblogs.com.tw/lastresort/archive/2012/03/21/70915.aspx
using System; using System.Net; using System.Text; protected void Page_Load(object sender, EventArgs e) {
using (var webClient = new System.Net.WebClient())
{
byte[] bResult = webClient.DownloadData("http://tw.yahoo.com"); string result = Encoding.UTF8.GetString(bResutlt); Response.Write(result); }
}
全站熱搜