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标签,如果有图片显示图片,没有图片显示默认图片

thymeleaf中img标签,如果有图片显示图片,没有图片显示默认图片

img 标签 设置默认图片

js处理img标签加载图片失败,显示默认图片

jsp中怎样把图片显示在界面上?

img src =""怎么显示绝对路径的图片