thymeleaf-标签th:if

Posted zgf-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thymeleaf-标签th:if相关的知识,希望对你有一定的参考价值。

  简介:

    判断表达式:

  • gt:great than(大于)>
  • ge:great equal(大于等于)>=
  • eq:equal(等于)==
  • lt:less than(小于)<
  • le:less equal(小于等于)<=
  • ne:not equal(不等于)!=

eg :   

     1、 th:if="${xx} lt ‘x‘"    <=>   xx < x  

      2、

<div th:if=" ${userCarSize} lt ‘3‘">
   <div class="addList">
        <p>
               <a id="gotobindView">
                   <span class="icon"></span>添加绑定
             </a>
       </p>
      <p>最多绑定三辆车</p>
    </div>
</div>

 










以上是关于thymeleaf-标签th:if的主要内容,如果未能解决你的问题,请参考以下文章

springboot使用thymeleaf时报html没有结束标签

thymeleaf自定义标签方言处理

Thymeleaf - 如何在 Thymeleaf 标签“th:if”中将字符串与 html 中的请求参数进行比较?

Thymeleaf 不解释 sec 标签

springboot 1.5.2 thymeleaf 标签未关闭异常解决办法

带有 Thymeleaf 的标签引导程序