标签: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>
将一个数组 根据条件选取其中符合条件的值进行循环
标签:echart thymeleaf style attr span html ref art 条件
原文地址:https://www.cnblogs.com/lst619247/p/9888950.html