gpt4 book ai didi

javascript - 如何在js中将html内容添加到静态文本中

转载 作者:行者123 更新时间:2023-12-03 05:08:55 28 4
gpt4 key购买 nike

我想显示来自js的静态内容以及其中的图像

content = {
message: "The best city in the world?"
answer:" Paris is one of the best city.'<img src ='assets/paris.gif alt="Smiley face" height="42" width="42">'".
}

我的 HTML,

 ng-bind-html= content.answer

当我运行代码时,它显示错误

Uncaught SyntaxError: Unexpected identifier

这是我尝试过的。任何人都可以找到我的错误。谢谢。

最佳答案

试试这个:

content = {
message: 'The best city in the world?',
answer: 'Paris is one of the best city.<img src ="assets/paris.gif" alt="Smiley face" height="42" width="42">.'
}

关于javascript - 如何在js中将html内容添加到静态文本中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41909800/

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