gpt4 book ai didi

django - 使用 forloop.counter0 在 Django 中索引数组

转载 作者:行者123 更新时间:2023-12-01 11:08:03 24 4
gpt4 key购买 nike

我试图在 Django 模板中使用 forloop.counter0 访问数组的内容,但我无法让它工作。

我有的是

{% for action in my_action_list %}
{{another_list.forloop.counter0}}
{% endfor %}

其中 my_action_list 是一个列表,another_list 也是一个列表。我试过手动执行此操作,例如{{another_list.0}} 这行得通,我也试过 {{forloop.counter0}} 这打印出正确的索引所以不知道为什么不工作。

有什么想法吗?

最佳答案

模板引擎可能正在寻找名为 another_list.forloop 的属性,这当然不存在。

如果您想同时遍历两个列表,最好的解决方案可能是事先将它们zip 到您的 View 中。

关于django - 使用 forloop.counter0 在 Django 中索引数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3318734/

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