string s = "生活> 身体健康"; s = System.Text.RegularExpressions.Regex.Replace(s, @"(\s{0,}[^>]\w+>)(\s{0,}[^\>]\w+)", "$2"); Response.Write(s);
111,125
社区成员
642,540
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧