<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> 

<td> ${fn:substring("xxxx",0,5)} </td>

 

相关文章: