作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
好的,我正在使用 jQuery、tmpl 插件和这个:
${$value.Text}
这没关系,工作正常,但正如我刚刚通过 the documentation 发现的那样:
Using {{html fieldNameOrExpression}} is equivalent to using ${fieldNameOrExpression}, except that it renders unencoded text into the HTML DOM, whereas ${} encodes values by default.
好吧好吧。但是我无法让 {{html}}
标签与我的 ${$value.Text}
一起工作。
我试过 {{html ${$value.Text}}
或 {html ${$value.Text}}
但它不起作用.
最佳答案
正确的语法是:
{{html $value.Text}}
关于jQuery tmpl : How do I render Html?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5618868/
我是一名优秀的程序员,十分优秀!