gpt4 book ai didi

javascript - 如何从partial.hbs 更改main.hbs 文件的html 标题?

转载 作者:行者123 更新时间:2023-12-03 06:48:25 26 4
gpt4 key购买 nike

我正在尝试根据我为正文加载的部分内容来更改我的 html 标题。

父级 html:

<!DOCTYPE html>
<html lang="en">
<head>
<title>
{{title}}
</title>
</head>
<body>
{{>body}}
</body>
</html>

部分body.hbs文件:

<h1 id="brick-mason">Brick Mason</h1>
<h3 id="what-is-a-brick-mason-">What is a brick mason?</h3>
<p>Brick masons use various stones, concrete and bricks to build walls, walkways, fences, and other structures.</p>

我可以更改什么,以便我的部分可以确定主 html 页面上的 title 显示的内容?

最佳答案

您可以使用 JavaScript 轻松完成,

只需添加body.hbs:

<script> document.title = 'the title here ' </script>

关于javascript - 如何从partial.hbs 更改main.hbs 文件的html 标题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37619148/

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