gpt4 book ai didi

javascript - 用 jQuery 替换 href 元素

转载 作者:行者123 更新时间:2023-11-30 08:50:22 27 4
gpt4 key购买 nike

我必须更改部分链接。

确切地说,我必须更改“/?”到“/全部?”在网站上的每个 href 中。

我正在阅读相关内容,但没有任何效果。

你能帮帮我吗?

问候。

最佳答案

尝试:

$('a').each(function () {
$(this).attr('href', $(this).attr('href').replace('/?', '/all?'))
});

jsFiddle example

关于javascript - 用 jQuery 替换 href 元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18425679/

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