ognl map表达式的值

字体大小: 中小 标准 ->行高大小: 标准
<s:iterator id="map" value="%{list}"> 
<s:if test="#map.key == '你的键值'">
<s:property value="#map.value" />
</s:if>
</s:iterator>

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/69638.html