thymeleaf结合js实现模态框的动态获取

如题,在springboot项目中如何让模态框动态获取列表信息。 首先@Controller中 @GetMapping("/") public String index(HttpServletRequest request, Model model) throws Exception { List AllStudent = studentServices.getallStudent(); List
相关文章
相关标签/搜索