摘要:
方案1:/// /// 传入URL返回网页的html代码/// /// URL/// public static string getUrltoHtml(string Url){errorMsg = "";try{System.Net.WebRequest wReq = System.Net.WebRequest.Create(Url);// Get the response instance.... 阅读全文
posted @ 2006-04-26 15:12
博客人
阅读(695)
评论(0)
推荐(0)
浙公网安备 33010602011771号