Springboot---顯示圖片/字符串/map集合/list集合

    1.字符串/圖片/map集合 @GetMapping("/hello") public String test(Model model){ String message="first thymeleaf !!"; model.addAttribute("message",message); User u = new User();
相關文章
相關標籤/搜索