WebClient client = new WebClient();
            string html =  "";
            try
            {
                client.Encoding = DefaultEncoding;
                html = client.DownloadString(Url);
           
            client.Dispose();
posted on 2008-03-23 20:47  阿春  阅读(300)  评论(0)    收藏  举报