【问题标题】:django python - what language is this?django python - 这是什么语言?
【发布时间】:2015-11-23 08:33:37
【问题描述】:

我正在阅读django tutorial part 3 ...我遇到了奇怪的语法 它是一种什么样的语言? Python? 我试图找到,但我找不到。

{% if latest_question_list %}
<ul>
{% for question in latest_question_list %}
    <li><a href="/polls/{{ question.id }}/">{{ question.question_text }}</a></li>
{% endfor %}
</ul>

我曾尝试在 google 中寻找类似的语法,但没有任何帮助。

【问题讨论】:

标签: python django


【解决方案1】:

看起来像Django Templating engine

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-09-03
    • 1970-01-01
    • 1970-01-01
    • 2022-01-12
    相关资源
    最近更新 更多