freemarker使用记录
1,如何用freemakrer进行list排序
?
<#list sitenavigationlist?sort_by("sort") as snl></#list>
? ?按照 sort字段升序排序