gpt4 book ai didi

javascript - Django 民意调查教程第 3 部分 : polls/templates/polls/index. html - 此代码是什么?这不是 python

转载 作者:行者123 更新时间:2023-12-03 08:07:46 28 4
gpt4 key购买 nike

这直接来自民意调查教程,我是编程新手,正在学习 Python 和 Django,这对我来说看起来很陌生。这是 JavaScript 吗?我还需要学习什么语言才能学习 Django 吗?

民意调查/模板/民意调查/index.html

{% if latest_question_list %}
<ul>
{% for question in latest_question_list %}
<li><a href="/polls/{{ question.id }}/">{{ question.question_text }}</a></li>
{% endfor %}
</ul>
{% else %}
<p>No polls are available.</p>
{% endif %}

最佳答案

如上所述,它是 Django 模板语言(大括号中的内容),并且因为它是模板,所以它位于 HTML 内部。

关于javascript - Django 民意调查教程第 3 部分 : polls/templates/polls/index. html - 此代码是什么?这不是 python ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34299533/

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