模板引擎之thymeleaf--常用标签使用(二)
接着上一篇继续讲:1.简单取值与el表达式测试在controller中封装一个值@Controllerpublic class ItemController { @RequestMapping("index") public String index(ModelMap modelMap){ modelMap.put("hello","hello themeleaf!"); return "ind