移除HTML文本内的HTML标签

public static string ParseTags(string HTMLStr) 
{
 
return System.Text.RegularExpressions.Regex.Replace(HTMLStr, "<[^>]*>"""); 
}
posted @ 2008-01-09 10:32  Athrun  阅读(382)  评论(0编辑  收藏  举报