06 2017 档案

摘要:string html = “html代码”; Regex reg = new Regex(@"(?is)]*?href=(['""]?)(?[^'""\s>]+)\1[^>]*>(?(?:(?!"); MatchCollection mc = reg.Matches(html);foreach (Match m in mc) { ... 阅读全文
posted @ 2017-06-22 13:35 WebApi 阅读(1401) 评论(0) 推荐(0)

CopyRight © 博客园 WebAPI