分类

链接

2025 年 11 月
 12
3456789
10111213141516
17181920212223
24252627282930

近期文章

热门标签

新人福利,免费薅羊毛

解析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 暂无评论 阅读(2,024)