freemarker list (长度,遍历,下标,嵌套,排序) 1. freemarker获取list的size :Java
<#list list?sort_by("字段")?reverse as x> </#list>