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

关于thymeleaf的if多条件判断

时间:2018-11-01 15:14:25      阅读:3463      评论:0      收藏:0      [点我收藏+]

标签:echart   thymeleaf   style   attr   span   html   ref   art   条件   

<ul class="nav nav-second-level">
   <li th:each="cmenu : ${menu.children}">
       <a class="J_menuItem"  th:if="${cmenu.text!= ‘角色管理‘&&cmenu.text!= ‘系统菜单‘}"
           href="graph_echarts.html" th:text="${cmenu.text}"
           th:href="${cmenu.attributes.url}">系统管理</a>
   </li>
</ul>

将一个数组 根据条件选取其中符合条件的值进行循环

关于thymeleaf的if多条件判断

标签:echart   thymeleaf   style   attr   span   html   ref   art   条件   

原文地址:https://www.cnblogs.com/lst619247/p/9888950.html

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