如果页面是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-18 19:16:01 发布
本文介绍如何根据页面类型配置正确的HTML5及Thymeleaf模板引擎的命名空间与资源引用路径,包括设置语言属性、引入外部样式表与JavaScript文件的方法。
21万+

被折叠的 条评论
为什么被折叠?



