gpt4 book ai didi

spring - 如何在 thymeleaf 中将一个 html 页面包含到另一页面?

转载 作者:行者123 更新时间:2023-12-02 05:03:34 25 4
gpt4 key购买 nike

我在 Spring Boot 应用程序中有以下项目结构 -

/templates/home/index.html

/templates/includes/header.html

我想将头文件包含在索引文件中。我已经尝试过该链接 - https://stackoverflow.com/questions/23538693/include-html-page-in-thymeleaf#=

但是冒号“::”显示错误。

我是 thymeleaf 新手。有人能解释一下吗?谢谢。

最佳答案

感谢所有试图帮助我的人。我解决了这个问题,如下 -

//header.html
<div th:fragment="header">
<!-- related code of header file >
</div>



//index.html
//to include header follow the code( the header file is inside includes directory)
<div th:replace="/includes/header :: header"> </div>

关于spring - 如何在 thymeleaf 中将一个 html 页面包含到另一页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50782748/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com