"<a href=\"([^>]+)\" class=\"ti\">"
添加Groups[1].Value就可以只取()内的字符
string str = (matchs[0].Groups[1].Value).ToString();
原文链接:https://www.f2er.com/regex/362035.html"<a href=\"([^>]+)\" class=\"ti\">"
添加Groups[1].Value就可以只取()内的字符
string str = (matchs[0].Groups[1].Value).ToString();
原文链接:https://www.f2er.com/regex/362035.html