gpt4 book ai didi

django - 使用 anchor 标记 Django 链接 url 中另一个页面中的 div

转载 作者:行者123 更新时间:2023-12-01 09:54:16 26 4
gpt4 key购买 nike

我正在尝试使用 Django 中的 anchor 标记和 url 访问另一个页面中的 div。

这是一个html,

<a href="{% url 'anotherpage#show' %}>click here </a>

在另一页,
<div id="show">link to this div </div>

我将如何访问 show带网址的div?

最佳答案

您需要先链接到该页面。然后链接到 Anchor

## assume this will take you to the main page. 
<a href="{% url 'anotherpage' %}>Page URL</a>

然后你所要做的就是在 url 标签后添加所需的 anchor 。
<a href="{% url 'anotherpage' %}#show">Page URL to show directly. </a>

希望能帮助到你。

关于django - 使用 anchor 标记 Django 链接 url 中另一个页面中的 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31643670/

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