标签:col str 改变 ice black price strong 改变颜色 color
<td>
<c:if test="${v.price>‘15‘ }">
<font color="yellow">${v.price }</font>
</c:if>
<c:if test="${v.price<‘0‘ }">
<font color="red">${v.price }</font>
</c:if>
<c:if test="${v.price>=‘0‘and v.price<=‘15‘ }">
<font color="black">${v.price }</font>
</c:if>
</td>
标签:col str 改变 ice black price strong 改变颜色 color
原文地址:http://www.cnblogs.com/love1/p/7649954.html