Thymeleaf Split

 

<th:block th:each="image : ${#strings.listSplit(goods.images, ';')}">
<img th:src="${image}" style="max-height: 150px;">
</th:block>
posted @ 2020-08-11 10:35  野狼谷  阅读(1156)  评论(0编辑  收藏  举报