gpt4 book ai didi

javascript - JS : How to remove style tags and their content from an HTML string, 使用正则表达式?

转载 作者:行者123 更新时间:2023-12-04 14:41:20 25 4
gpt4 key购买 nike

我需要多次从 html 字符串中删除样式标签的全部内容。我不能为此使用 DOM 解析器。

在 JavaScript 中我怎么能做到这一点?

最佳答案

对于那些在 2020 年登陆这里的人来说,这对我有用。

string.replace(/(<style[\w\W]+style>)/g, "")
正如Bergi在OP评论中提到的那样,如果没有更好的选择,这应该被视为最后的手段。 RegEx 不是处理 HTML 的最佳方式。

关于javascript - JS : How to remove style tags and their content from an HTML string, 使用正则表达式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52212030/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com