直接上代码:
public string RemoveHtmlTag(string Str) { return Regex.Replace(Str, "<[^>]*>", " "); }
原文地址:http://blog.sina.com.cn/s/blog_7307f8cb0101a86g.html
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3