会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
戒烟戒酒
首页
联系
订阅
管理
2021年9月9日
freemarker模板常用操作
摘要: 循环 <#list items as item> ${item} ${item_index} </#list> ${item} 获取每一项 ${item_index} 获取循环到第几次,从0开始 ${item.name} 如果循环的是对象,可以通过.开获取参数 判断 <#if condition>.
阅读全文
posted @ 2021-09-09 10:48 戒烟戒酒
阅读(196)
评论(0)
推荐(0)
公告