thymeleaf中img标签,如果有图片显示图片,没有图片显示默认图片
Posted 马伟奇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thymeleaf中img标签,如果有图片显示图片,没有图片显示默认图片相关的知识,希望对你有一定的参考价值。
转载自: 转载thymeleaf中img标签问题
<img class="layui-nav-img" th:src="${(user.avatarUrl != null && !#strings.isEmpty(user.avatarUrl)) ? '/asset/avatar/'+user.avatarUrl : '/asset/avatar/head_portrait2.png'}"/>
<span th:text="${user.name}"></span>
以上是关于thymeleaf中img标签,如果有图片显示图片,没有图片显示默认图片的主要内容,如果未能解决你的问题,请参考以下文章
thymeleaf中img标签,如果有图片显示图片,没有图片显示默认图片