gpt4 book ai didi

pug - 如何: Jade HTML content after child element

转载 作者:行者123 更新时间:2023-12-05 02:21:23 24 4
gpt4 key购买 nike

我有一个内容为“World”的h1 和一个内容为“Hello”的span 作为它的直接子元素。如何将 h1 的内容(“World”)放在 span 的内容(“Hello”)之后?

这是代码(Jade HTML):

h1
span Hello
World

输出:你好

最佳答案

Jade 提供了三种获取纯文本的常用方法。您可以阅读 documentation here .

因此,通过管道在文本的开头,它的行为与普通文本一样,而不是 HTML 标记。

h1
span Hello
| World

您也可以将其添加到行内。它将在一行中,使 jade 代码更具可读性。

h1 #[span Hello] World

或者添加一个自定义类来跨越

h1 #[span.custom-classname Hello] World

关于pug - 如何: Jade HTML content after child element,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34645245/

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