正则,去掉富文本编辑之后的html标签

正则:<[.[^<]]*>

productlist.get(i).setContent(productlist.get(i).getContent().replaceAll("<[.[^<]]*>", ""))
发布了39 篇原创文章 · 获赞 6 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/qq_40155654/article/details/84940243
今日推荐