摘要: 功能用途主要实现了提取html代码中的a标签和url地址。示例代码 Regex regex = new Regex("href\\s*=\\s*(?:\"(?[^\"]*)\"|(?\\S+))", RegexOptions.IgnoreCase); Regex reg... 阅读全文
posted @ 2013-12-29 17:51 哆啦无梦 阅读(2353) 评论(0) 推荐(0) 编辑
摘要: 功能用途主要是用来提取html页面内容时使用。示例代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Net;using Sy... 阅读全文
posted @ 2013-12-29 17:51 哆啦无梦 阅读(1759) 评论(0) 推荐(0) 编辑