${}el表达式切割字符串,el表达式切割字符串
分享于 点击 20576 次 点评:35
${}el表达式切割字符串,el表达式切割字符串
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
&year=${fn:substring(countUnCompleted.key,0,4)}
&month=${fn:substring(countUnCompleted.key,5,7)}
&day=${fn:substring(countUnCompleted.key,8,10)}
<c:when test="${fn:substring(o[4],6,8)==j&&fn:split(o[4],':')[1]==driver.id}">
<font color="red">${o[3] }</font>
<c:set var="all" value="${all+o[3]}" />
</c:when>
<td align="center" valign="middle" class="f4">${fn:split(sum_220,'.')[0]}.00</td>
相关文章
- 暂无相关文章
用户点评