<c:if test=" ${ empty xxid}"> </c:if>
当xxid 为null 时前台 会走这个标签里面的东西
还用一种 当xxid=1时 会走第一个,当xxid !=1 时 会走下一个方法 相当于java后台的 if else这种表现呈现后台逻辑
<c:choose> <c:when test="xxid=1"> </c:when> <c:others> </c:others> </c:choose>
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/industrynews/13132.html