Thymeleaf Split

<th:block th:each="image : ${#strings.listSplit(goods.images, ';')}">
<img th:src="${image}" style="max-height: 150px;">
</th:block>
原文地址:https://www.cnblogs.com/anakin/p/13145137.html