gpt4 book ai didi

templates - 如何在 html 模板中迭代 Hashmap

转载 作者:行者123 更新时间:2023-12-03 06:51:22 24 4
gpt4 key购买 nike

我是 2.0 的新手,我正在寻找一种在 html 模板中迭代 hashmap 的方法。我有一个绑定(bind)到模型(Java 端)的表单,该模型有一个名为 items 的 hashmap(Long, List(Article)) 属性。

在旧版本中,我用数组列表代替了 HashMap 。在我的模板中,我使用了效果很好的 @repeat 助手。

@repeat(editBusinessForm("articles"), min = 0) { article =>
@businessarticle(article)
}

我尝试了几种方法来适应这个@repeat或@for,但我找不到方法。

我需要根据类别过滤器仅显示部分文章。我选择了 HashMap 来做到这一点,但也许还有其他方法。

感谢任何帮助。

最佳答案

@for((key, value) <- yourMap) {

}

关于templates - 如何在 html 模板中迭代 Hashmap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10385894/

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