thymeleaf img src动态参数赋值 <ul class="slides clearfix" th:each="imgList:${list}"> <li><img class="responsive" th:src="@{'~' + (${imgList})}"></li> </ul>