[#if   a.title?length   lt   23   ]  
 ${a.title}
 [#else]
${a.title[0..22]}...
[/#if] 

相关文章:

猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2022-02-03
相关资源
相似解决方案