"<a href=\"([^>]+)\" class=\"ti\">"
添加Groups[1].Value就可以只取()内的字符
string str = (matchs[0].Groups[1].Value).ToString();