gpt4 book ai didi

groovy - 如何使用 play 框架模板系统(groovy)访问 map

转载 作者:行者123 更新时间:2023-12-04 02:46:40 24 4
gpt4 key购买 nike

我一直在使用--非常出色--playframework 并且无法找到有关如何使用 play 的模板引擎从 View 访问 Map 数据结构的文档/示例。

更具体地说,我希望在迭代对象列表时访问 Map,例如,

#{list items:itemList, as:'item'}
// access the map value using the ${item?.id} as the key
#{/list}

谢谢你的寻找。

最佳答案

假设您在 Controller 中执行以下操作:

render(map, itemList); //map is a Map

应该工作:
#{list items:itemList, as:'item'}
// access the map value using the ${item?.id} as the key
${map.get(item.?id)}
#{/list}

关于groovy - 如何使用 play 框架模板系统(groovy)访问 map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6750210/

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