gpt4 book ai didi

php - 在 HTML 中显示网页的当前 URL(动态)

转载 作者:太空狗 更新时间:2023-10-29 15:31:21 25 4
gpt4 key购买 nike

我的 HTML 中有这段代码:

<h3 id="left">Lorem Ipsum </h3>

<h3 id="right">[Current URL Here]</h3>

我想在 <h3> 中(动态地)显示当前 URL标签。几天来我一直在努力弄明白,但我确实是一名移动开发人员,而不是 HTML 开发人员,所以事实证明这很困难。我正在开发的应用程序需要这个,所以请放轻松 :)

提前致谢。

最佳答案

document.getElementById('right').innerHTML = window.location.href;

关于php - 在 HTML 中显示网页的当前 URL(动态),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3490658/

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