当字符串长度大于某一个值时,进行截取,使用下面的方式:thing.title?length gt 33
<#if thing.title?length gt 33> ${thing.title?substring(0,30)}... <#else>${thing.title!} </#if>