使用正則表達式 RegularExpression1234public static string StripHTML(string input){ return Regex.Replace(input, "<[a-zA-Z/].*?>", String.Empty);}