public static string ParseTags(string HTMLStr) { return Regex.Replace(HTMLStr, "<[^>]*>", string.Empty, RegexOptions.IgnoreCase); } 相关文章: