摘要:
方案1:/// /// 传入URL返回网页的html代码/// /// URL/// public static string getUrltoHtml(string Url){errorMsg = "";try{System.Net.WebRequest wReq = System.Net.WebRequest.Create(Url);// Get the response instan... 阅读全文
posted @ 2006-01-23 14:18
唐朝
阅读(2874)
评论(4)
推荐(1)
浙公网安备 33010602011771号