freemarker遍历map
<#if bookMap?exists>
<#list bookMap?keys as bookKey>
<#if bookKey_index%2 = 0>
<tr />
发布时间: 2012-11-12 12:31:58 作者: rapoo
freemarker遍历map
<#if bookMap?exists>
<#list bookMap?keys as bookKey>
<#if bookKey_index%2 = 0>
<tr />