html頁面顯示后台傳來的值


<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8"/>
<script src="../static/js/jquery-1.9.1.min.js"></script>
<title>Title</title>
</head>
<body>
Hello SpringBoot 666
<div th:text="${object}"></div>
<p th:text="${object}"/>


</body>

<script>

</script>
</html>

紅色為需要引用部分,藍色為如何使用


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM