随笔分类 - thymeleaf
摘要:js中使用thymeleaf表达式 thymeleaf在js中使用问题 Thymeleaf中显示ajax请求到的数据
阅读全文
摘要:在Thymeleaf中执行Java方法 可以在${....}中对后端传入的对象直接使用属于它的方法即可。 使用map的size()方法: @GetMapping("/en") public String en(ModelMap map) { HashMap<String, Integer> hash
阅读全文
摘要:遍历map: @GetMapping("/en") public String en(ModelMap map) { HashMap<String, Integer> hashMap = new HashMap<>(); hashMap.put("aa", 2); hashMap.put("a",
阅读全文
摘要:Thymeleaf的标准方言(Standard dialects)
阅读全文