gpt4 book ai didi

javascript - 如何从 href 值获取确定的 url?

转载 作者:行者123 更新时间:2023-11-29 17:23:55 26 4
gpt4 key购买 nike

我有一些与各种 href 的链接,并希望获得此值的确定 url,例如:

http://localhost/   -> http://localhost/
localhost -> http://mysite.example/localhost
firstpage -> http://mysite.example/firstpage
/anotherpage -> http://mysite.example/anotherpage
#anchor1 -> http://mysite.example/currentpage#anchor1
/#anchor2 -> http://mysite.example/#anchor2

顺便说一句,我不需要用于点击处理的代码。我可以做到。

最佳答案

$("a:first").prop("href") 将为您提供第一个 anchor 标记的完整 URL,而不是 $("a:first") .attr("href") 将为您提供 href 属性中的文本。

关于javascript - 如何从 href 值获取确定的 url?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10632489/

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