摘要:
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
阅读(1399)
评论(0)
推荐(0)
浙公网安备 33010602011771号