ftl学习笔记 1.在ftl中用list 倒序输出<#list dataList?reverse as dl> 也可以先将list中的内容排序<#list dataEntity?sort_by(["date"])?reverse as dl>