摘要: private string getHtml(string url) { WebClient myWebClient = new WebClient(); byte[] myDataBuffer = myWebClient.DownloadData(url); return Encoding.Default.GetString(myDataBuffer); } 阅读全文
posted @ 2009-06-09 18:01 起源 阅读(371) 评论(2) 推荐(0)