标签:stl htm jstl item pre html 字符串 判断 ase
<c:choose>
<c:when test="${item.disease_def == ‘‘} ">
<p>暂无。</p>
</c:when>
<c:otherwise>
<p>${item.disease_def }</p>
</c:otherwise>
</c:choose>
标签:stl htm jstl item pre html 字符串 判断 ase
原文地址:http://www.cnblogs.com/runs/p/jstl.html