分类

链接

2025 年 4 月
 123456
78910111213
14151617181920
21222324252627
282930  

近期文章

热门标签

新人福利,免费薅羊毛

解析WEB中所有URL

static void Main(string[] args)              {                    HttpWebHelper httpWebHelper = new HttpWebHelper();                  string webCodeStr = "utf-8";                  string referer = @"http://www.cnblogs.com/";                  Encoding webcode = Encoding.GetEncoding(webCodeStr);                  string htmlText = httpWebHelper.SimpleDoPostWrapper(referer, "get", webcode, null, referer);                  string[] urls = GetHtmlHrefUrlList(htmlText);         ...

.NET 暂无评论 阅读(1,967)