如何在Jinja中找到列表的值索引

时间:2019-08-15 04:09:15

标签: python jinja2 ansible-template

我正在使用ansible-template(Jinja2),如何获取/查找列表的值索引? 例如:

listvar = ['abc', 'def', 'hij']
# i want get the index of value 'hij', it should get 2

我知道使用forset,还有其他简单方法吗?

0 个答案:

没有答案