<c:choose>

备注一下属性 DIV没有VALUE属性
 
 
<c:choose>
<c:when test="${yggModel.type=='0'}">食品</c:when>
<c:when test="${yggModel.type=='3'}">保健品</c:when>
<c:otherwise>请选择</c:otherwise>
</c:choose>
 
 
<c:if test="${lx=='2'}">
<c:if test="${info.CZZT!=3}">
<a title="编辑" href="javascript:void(0)" onclick="fnAp('${info.CYBZJ}')" >编辑</a>
</c:if>
<a title="查看" href="javascript:void(0)" onclick="fnviewls('${info.CYBZJ}')" >查看</a>
</c:if>
 
 
<s:if test="#request.map.zpzt==2&&#attr.info.CZZT!=3">
<a title="指派" href="javascript:void(0)" onclick="fnzp('${info.CYBZJ}')" >重新指派</a>
</s:if>
原文地址:https://www.cnblogs.com/zhuyeshen/p/10698934.html