匹配所有html标记 正则

string x = Regex.Replace(nr, @"<[/s/S]*?>", "");

@"<[/s/S]*?>"     匹配所有html标记

原文地址:https://www.cnblogs.com/liehuo123/p/5562225.html