contentPage.html 244 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE HTML> <html xmlns:th="http://www.thymeleaf.org"> <head> <title>图文内容</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body> <div th:utext=" ${content}">3333</div> </body> </html>