gpt4 book ai didi

java - Thymeleaf:通过索引从数组列表中获取项目

转载 作者:行者123 更新时间:2023-12-01 17:46:04 26 4
gpt4 key购买 nike

我想用存储在数组列表中的字符串填充字段。如何使用 thymeleaf 从数组列表中获取特定字符串?

(使用此解决方案,我将完整的数组列表插入到我的字段中)

[...]
<div class="round r-of-2">
<div class="bracket-game">
<div class="player top loss">
<tr th:each ="participant : ${participant}">
<td th:utext="${participant.name}">...</td>
</tr>
</div>
<tr th:each ="participant : ${participant}">
<td th:utext="${participant.name}">...</td>
</tr>
</div>
</div>
[...]

最佳答案

更改

<tr th:each ="participant : ${participant}">                        

<tr th:each ="participant : ${participant.list}">                        

希望这有帮助

关于java - Thymeleaf:通过索引从数组列表中获取项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60864076/

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