EL表达式截取字符串的长度,字符串长度大于12个字符后,使用"."代替

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

            
客户姓名 性别 生日 手机 邮箱 爱好 类型 备注 操作
${c.name } ${c.gender } ${c.birthday } ${c.cellphone } ${c.email } ${c.preference } ${c.type } ${fn:substring(c.description, 0, 12)}... ${c.description } 修改 刪除

你可能感兴趣的:(JavaScript)