list的遍历
<#list myList as item>
<font color="red">${item!}</font>
</#list>
#list freemarker关键字
集合取值List
<#list mylist as item>
${item!}