摘要:
八、模板布局(Template Layout) 8.1 包含模板片段(Including template fragments) 定义和引用片段 我们通常想要从别的模板文件中调用一些模板片段,例如 页面的头部、底部和菜单...等 th:fragment 定义一个文件 /WEBINF/template 阅读全文
posted @ 2016-06-17 15:39
nuoyi
阅读(13344)
评论(0)
推荐(0)
摘要:
四、标准表达式语法 · 简单表达式 (simple expressions) ${...} 变量表达式 *{...} 选择变量表达式 #{...} 消息表达式 @{...} 链接url表达式 · 字面量 'one text','another one!',... 文本 0,34,3.0,12.3,. 阅读全文
posted @ 2016-06-17 13:10
nuoyi
阅读(176197)
评论(2)
推荐(16)