Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 Jinja2 的发行说明,名为loop.last的 for 循环的特殊变量已被删除。
在循环上下文中访问 last 不再导致迭代器被消耗到列表中
那么,有替代品吗?
这不是发行说明所说的,它只是为了避免一些内存使用而对实现进行了更改。
您可以在github上找到有关此问题的详细信息。