<bean:define id="productintroduce" name="xxfbmore" property="title" type="java.lang.String"></bean:define> <%=(productintroduce.length()>=25?productintroduce.substring(0,25)+"...":productintroduce)%>
当标签里字符串太长了。可定义一个标签。再截取
转载于:https://blog.51cto.com/congwa/1561760