el表达式截取 逗号后面的字符串${fn:substringAfter(strVar,',' )}el表达式判断字段长度<c:if test="${fn:length(strVar)>65 }"></c:if>el表达式截取字符串长度${fn:substring(strVar,0,16 )}