摘要:
直接上代码:public string RemoveHtmlTag(string Str) { return Regex.Replace(Str, "]*>", " "); }原文地址:http://blog.sina.com.cn/s/blog_7307f8cb0101a86g.html 阅读全文
posted @ 2013-08-02 09:17 JmrBrvae 阅读(590) 评论(0) 推荐(0)
|
|||
摘要:
直接上代码:public string RemoveHtmlTag(string Str) { return Regex.Replace(Str, "]*>", " "); }原文地址:http://blog.sina.com.cn/s/blog_7307f8cb0101a86g.html 阅读全文
posted @ 2013-08-02 09:17 JmrBrvae 阅读(590) 评论(0) 推荐(0) |
|||