freemarker中值比较的写法

时间:2021-10-15 17:37:52

  因为freemarker中不能使用<、>的方式进行值的比较,大于使用gt,小于使用lt。所以集合大于0判断,如下:

<#if students?size gt 0><#if>

 

相关文章