摘要:
方案1: /// /// 传入URL返回网页的html代码 /// /// URL /// public static string getUrltoHtml(string Url) { errorMsg = ""; try { System.Net.WebRequest wReq = System.Net.WebRequest.Create(Url); // Get the respo... 阅读全文
posted @ 2007-09-24 20:54
绿毛虫
阅读(311)
评论(0)
推荐(0)
浙公网安备 33010602011771号