分类

链接

2026 年 1 月
 1234
567891011
12131415161718
19202122232425
262728293031  

近期文章

热门标签

新人福利,免费薅羊毛

解析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,052)