gpt4 book ai didi

javascript - 更新网址参数

转载 作者:行者123 更新时间:2023-11-30 13:29:41 26 4
gpt4 key购买 nike

我有以下字符串:

http://www.website.com?a=111&b=2222&d=3333

如何获取此字符串并将 b 参数值更新为 4444

最佳答案

var str = 'http://www.website.com?a=111&b=2222&d=3333';
str.replace(/([&\?]b=\d+/,"$1b=4444")

关于javascript - 更新网址参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7246132/

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