gpt4 book ai didi

javascript - 我无法在 meteor 中正确显示字符串数据

转载 作者:行者123 更新时间:2023-11-28 07:01:34 25 4
gpt4 key购买 nike

我需要显示数据库中的字符串,例如“hello world”其中 {{{content}}} 包含前 3 个字符“hel”,{{{content1}}} 包含其余字符。

我的html代码是

<li class="contentMain">{{{content}}}{{{content1}}}</li>

CSS代码是

.contentMain{
position: relative;
top: -15px;
font-family: Palatino Linotype, Georgia, Verdana, sans-serif;
}

我希望输出为“hello world”。但它正在显示
"帮助
世界”
为什么“hel”和“lo”之间有一个换行符。谢谢大家。

最佳答案

使用双括号代替如下:

<li class="contentMain">{{content}}{{content1}}</li>

关于javascript - 我无法在 meteor 中正确显示字符串数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33199286/

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