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

freemarker 解析地图

2012-12-27 
freemarker 解析map#if map ?exists#list map?keys as attr ${attr}: ${map[attr]}/#list/#if获取

freemarker 解析map

<#if map ?exists><#list map?keys as attr> ${attr}: ${map[attr]}</#list></#if>

获取reuqest的参数:
<#list RequestParameters?keys as key>
${RequestParameters[key]}
</#list>

热点排行