gpt4 book ai didi

javascript - 为什么 javascript 替换会抛出错误

转载 作者:行者123 更新时间:2023-12-02 16:56:33 25 4
gpt4 key购买 nike

我在第一个逗号处不断收到此错误“SyntaxError:语法错误”,我应该更改什么才能使其正常工作?

if (location.pathname.replace(/^//,'') == this.pathname.replace(/^//,'') && location.hostname == this.hostname)

最佳答案

您需要转义正则表达式中的正斜杠

if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname)

关于javascript - 为什么 javascript 替换会抛出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26131137/

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