1. 程式人生 > >${}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>