Thymeleaf Split

<th:block th:each="image : ${#strings.listSplit(goods.images, ';')}">
<img th:src="${image}" style="max-height: 150px;">
</th:block>
posted @ 2020-06-16 21:11  anakinf  阅读(1069)  评论(0编辑  收藏  举报