正则表达式提取链接地址-邮箱邮件
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace RegTestC{class Program{static void Main(string[] args){DumpHrefs("<a class="m" href=/'www.baidu.com/'>转到/"百度搜索/"</a>");}static void DumpHre 阅读全文
posted @ 2012-11-05 21:54 sslshop 阅读(2432) 评论(0) 推荐(1) 编辑