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);
      }
}
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 amychang2014 的頭像
    amychang2014

    工作需要筆記

    amychang2014 發表在 痞客邦 留言(0) 人氣()