博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年8月2日

摘要: 直接上代码: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 阅读(569) 评论(0) 推荐(0) 编辑