【问题标题】:What does three {{{ }}} in mustache.js mean?mustache.js 中的三个 {{{ }}} 是什么意思?
【发布时间】:2014-12-08 19:25:58
【问题描述】:

我正在查看基于 mustache.js 的模板,该人已将一些变量定义为 {{variable}} 有时是{{{variable2}}}

【问题讨论】:

    标签: javascript templates mustache


    【解决方案1】:

    来自documentation

    默认情况下,所有变量都是 HTML 转义的。如果要返回未转义的 HTML,请使用三重小胡子:{{{name}}}

    【讨论】:

      猜你喜欢
      • 2017-04-28
      • 2021-11-19
      • 2017-02-09
      • 2019-10-24
      • 2013-05-01
      • 2020-04-29
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多