十 Thymeleaf语法详解-迭代遍历

1 th:each @Controller public class DemoController { @RequestMapping("/showInfo3") public String showInfo3(Model model) { List<User> list = new ArrayList<>(); list.add(new User(1, "zhangsan", 2
相关文章
相关标签/搜索