十 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
相關文章
相關標籤/搜索