如何用freemarker循环一个数字

2025-04-26 05:40:03
推荐回答(1个)
回答1:

datalist:后台返回的Map数组,json类型
<#list datalist as list>
${list.name} //list.name 为 Map key值 取出value值

${list.age}