el表达式便利map集合

<c:forEach items="${b.goodMap}" var="entry" varStatus="status">
         ${entry.key}(${fn:length(entry.value)})${status.last?"":",  "}
</c:forEach>

方式2:

<c:forEach items="${b.goodMap}" var="entry" varStatus="status">
${entry.key}(${fn:length(entry.value)})
<c:choose>
    <c:when test="${status.last}">
    </c:when>
    <c:otherwise>
        ,&nbsp;
    </c:otherwise>
</c:choose>
</c:forEach>

开始做,坚持做,重复做
上一篇:【数据挖掘】数据挖掘总结 ( 贝叶斯分类器 ) ★


下一篇:呼叫中心对企业拓展网络业务的帮助