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

thymeleaf做if判定

时间:2019-11-09 19:18:45      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:ESS   取反   OLE   声明   npe   net   tail   http   ext   

<div class="showing">
<h2>条件判断</h2>
<p th:if="${testBoolean}" >如果testBoolean 是 true ,本句话就会显示</p>
<p th:if="${not testBoolean}" >取反 ,所以如果testBoolean 是 true ,本句话就不会显示</p>
<p th:unless="${testBoolean}" >unless 等同于上一句,所以如果testBoolean 是 true ,本句话就不会显示</p>
<p th:text="${testBoolean}?‘当testBoolean为真的时候,显示本句话,这是用三相表达式做的‘:‘‘" ></p>
</div>
————————————————
版权声明:本文为CSDN博主「日G一卒」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/likunpeng6656201/article/details/99442692

thymeleaf做if判定

标签:ESS   取反   OLE   声明   npe   net   tail   http   ext   

原文地址:https://www.cnblogs.com/ukzq/p/11827202.html

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