正则去掉html标签时间:2023-12-19 11:58:38return System.Text.RegularExpressions.Regex.Replace(HTMLStr, "<[^>]*>", "");