首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

freemarker遍历地图

2012-11-12 
freemarker遍历map#if bookMap?exists#list bookMap?keys as bookKey#if bookKey_index%2 0tr /

freemarker遍历map
<#if bookMap?exists>
     <#list bookMap?keys as bookKey>
     <#if bookKey_index%2 = 0>
      <tr />

热点排行