码迷,mamicode.com
首页 > 其他好文 > 详细

【thymeleaf-标签】th:if

时间:2018-12-15 19:50:35      阅读:788      评论:0      收藏:0      [点我收藏+]

标签:icon   list   span   view   add   简介   class   strong   not   

  简介:

    判断表达式:

  • 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

标签:icon   list   span   view   add   简介   class   strong   not   

原文地址:https://www.cnblogs.com/zgf-/p/10124245.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!