jsp截取字符串

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

<td> ${fn:substring("xxxx",0,5)} </td>
原文地址:https://www.cnblogs.com/zhujiabin/p/5157461.html