如果页面是html5
则namespace: <html lang="en">
如果页面是thymeleaf
则namespace: <html xmlns:th="http://www.thymeleaf.org">
<meta charset="utf-8">
<link rel= "stylesheet" th:href="@{/bootstrap.min.css}">
<script th:src= "@{/jquery.min.js}" ></script>
Thymeleaf中的index.html命名空间
最新推荐文章于 2025-04-28 20:06:35 发布