string matchEvents = "<span class=\"mw-headline\">大事记</span></.*?</ul>";
string Events = Regex.Match(content, matchEvents, RegexOptions.Singleline).Value;
转载于:https://www.cnblogs.com/zwei1121/archive/2009/10/10/1580336.html
转载于:https://www.cnblogs.com/zwei1121/archive/2009/10/10/1580336.html