使用 Node.js 和 express-handlebars 从 JSON 文件渲染 html
Posted
技术标签:
【中文标题】使用 Node.js 和 express-handlebars 从 JSON 文件渲染 html【英文标题】:Render html from JSON file using Node.js and express-handlebars 【发布时间】:2017-09-02 04:46:57 【问题描述】:我有 JSON 文件,其中包含一些我需要呈现到页面上的原始 html(带有标签)。我在 Node 中阅读了我需要的文件,然后将其传递给车把模板。但是,当我使用 this.raw_html
显示原始 html 时,我会在页面上看到实际的标签 (<p></p>
)。
如何正确渲染?
【问题讨论】:
【参考方案1】:要在 Handlebars 中呈现原始 HTML,请使用三方括号,即:
variable
【讨论】:
以上是关于使用 Node.js 和 express-handlebars 从 JSON 文件渲染 html的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Node.js 将 JSON 数据从 Node.js 发送和获取到 HTML
使用 Angular.js 和 Node.js 构建实时应用程序的更好方法是啥?