gpt4 book ai didi

html - 动态元描述撇号被替换为 ' ASCII 值

转载 作者:可可西里 更新时间:2023-11-01 10:21:28 26 4
gpt4 key购买 nike

在我的 meta-description(动态的)中,当我执行 时,撇号被替换为 ' CTRL + U/查看源代码,并在 Google 搜索中。

<meta name="Description" content="Discover Sonam Kapoor&#x27;s look in Dolly Ki Doli, Dolly/Madhuri/Priya/Bhagyashree,Red Net Kameez with Patiala,Red Art Silk Patiala Suit,RITIKA SACHDEVA Gold finish"

它应该是“sonam kapoor's”,但我有“Sonam Kapoor's”。如何解决这个问题?

我正在使用 node.js、html、mongodb。

我在 index.js 中执行了 console.log 并检查它是否正确打印“Sonam Kapoor's”,因此正确地从数据库中获取但在网页 View 源代码中它是“Sonam Kapoor 's”的 ASCII 值。

最佳答案

你好,我终于用下面的代码解决了它

    Handlebars.registerHelper('asciim', function(text) {
text = Handlebars.Utils.escapeExpression(text);
return new Handlebars.SafeString(result);
});

谢谢大家

关于html - 动态元描述撇号被替换为 ' ASCII 值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39051440/

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