gpt4 book ai didi

jquery - 如何在没有域的情况下获取准确的 href 值?

转载 作者:行者123 更新时间:2023-12-03 22:30:29 24 4
gpt4 key购买 nike

我无法仅获取 href 的确切值。这是代码:

Link:
<a href="monthly"></a>

Script:
'a': function(target, process){
if(process == "stripe"){
document.location.href = "/accounts/stripe/payment"+target[0].href;
}else{
......
}
},

如果我运行它,输出将是:

http://localhost:8000/accounts/stripe/paymenthttp://localhost:8000/monthly/

请注意,本地主机正在重复。如何在没有本地主机的情况下仅获取 href 中的“每月”?我只尝试目标,但它是未定义的。我尝试了 target[1] 但它不起作用。

最佳答案

尝试 target[0].getAttribute("href") 获取文字属性的内容。

关于jquery - 如何在没有域的情况下获取准确的 href 值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14721388/

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