Thymeleaf基礎 遍歷List、Map、List、Map

controller @RequestMapping("/hello") public String hello(Model map){ Map user= new HashMap(); user.put("name", "姓名"); user.put("age", "年齡"); user.put("sex", "性別"); user.put("birthday", "生日"
相關文章
相關標籤/搜索