使用<c:if>标签处理页面数据
摘要:使用${feeList.feeType}来取值的时候,因为定义的是数值,刚好看到<c:if>标签的使用,套用代码如下 <td> <c:if test="${feeList.feeType==1}">***</c:if> <c:if test="${feeList.feeType==2}">***</
阅读全文
posted @ 2016-03-08 18:07
posted @ 2016-03-08 18:07