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/yelanggu/p/13474085.html