正则去除html标签

it2022-05-09  26

str= System.Text.RegularExpressions.Regex.Replace(str, "<[^>]*>", "");

转载于:https://www.cnblogs.com/n666/archive/2010/02/20/2190955.html

相关资源:js 正则匹配(去掉html标签)

最新回复(0)