体贴毛衣

文章
1
资源
0
加入时间
3年0月28天

模板引擎之thymeleaf--常用标签使用(二)

接着上一篇继续讲:1.简单取值与el表达式测试在controller中封装一个值@Controllerpublic class ItemController { @RequestMapping("index") public String index(ModelMap modelMap){ modelMap.put("hello","hello themeleaf!"); return "ind