定位其他页面中的 div

发布于 2024-11-05 18:27:46 字数 142 浏览 0 评论 0原文

我有两个页面,在 abc 中说 abc 和 xyz

,我有一个锚标记,当我点击它时,它应该转到 xyz 页面中的某个 div。

我在 abc 页面中使用了

,在 xyz 中我在该 div 之前放置了 ... 我缺少什么?

I have two pages say abc and xyz

in abc i have an anchor tag, and when i click on that it should go to some div in page xyz.

i used in the page abc

and in xyz i put ... before that div..what am i missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烛影斜 2024-11-12 18:27:46

您可以将 # 和您要定位的元素的 id 值添加到 URL 末尾:

http://example.com#id_value_of_target_element

You add a # and the value of the id of the element you are targeting to the end of the URL:

http://example.com#id_value_of_target_element
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文