摘要: WebClient client = new WebClient(); string html = ""; try { client.Encoding = DefaultEncoding; html = client.DownloadString(Url); ... 阅读全文
posted @ 2008-03-23 20:47 阿春 阅读(300) 评论(0) 推荐(0)