wzy

java

常用链接

统计

最新评论

关于字符串切割

 

<%@ 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>

posted on 2008-07-17 20:44 wzy 阅读(123) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: