1.单个判定
<c:if test="${pproduct_type!=0}"> 如果 测试 </c:if>
<c:choose> <c:when test=‘${p.product_type==1}‘> 如果
<c:otherwise>否则
JSTL 判断条码,如果,否则
原文:http://blog.csdn.net/yongweb/article/details/19077877