success.html 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <h1>成功!</h1> <!-- 将div里面 --> <div th:text="${hello}">这是个欢迎页面</div> </body> </html>