1 Star 0 Fork 855

刘飞 / MES-MOM

forked from mes / MES-MOM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FreeMarker.md 255 Bytes
一键复制 编辑 原始数据 按行查看 历史
iamsongpeng 提交于 2020-03-12 14:25 . 更新基础框架

FreeMarker 文档

  • html 或者 js 中遍历 model 中的 List<Map<String, Object>> result
<#list result as map>
    <#list map?keys as key> //关键点
        console.log('${key}')
        console.log('${map[key]}')
    </#list>
</#list>
Java
1
https://gitee.com/feiliu2020/MES-Springboot.git
git@gitee.com:feiliu2020/MES-Springboot.git
feiliu2020
MES-Springboot
MES-MOM
master

搜索帮助