摘要:
方案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 @ 2009-04-15 11:35
宏宇
阅读(311)
评论(0)
推荐(0)
浙公网安备 33010602011771号