gpt4 book ai didi

javascript - 用javascript替换html中的javascript代码

转载 作者:行者123 更新时间:2023-11-30 17:37:01 25 4
gpt4 key购买 nike

我正在尝试用javascript替换html中的javascript代码

所以我是这样测试的。

var test = new String("<script type=\"text/javascript\"> test </script>");

test.replace(/<script type=\"text\/javascript\">.+<\/script>/g,"");
//this doesn't match

console.log(test.toString());

test.replace 不匹配并且 console.log 显示了这一点。(没有任何反应!)

<script type="text/javascript"> test </script>

有没有错误??

最佳答案

test.replace 返回替换后的字符串,它不会替换 test

另见 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace

关于javascript - 用javascript替换html中的javascript代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21817752/

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