标签: knockout.js silverstripe
在Knockout.js中有使用$ data的替代方法吗?我正在使用带有Knockout的Silverstripe CMS,并在刷新时浏览器在服务器上查找变量“data”。感谢。
答案 0 :(得分:7)
逃避它:
\$data
the escaping section of the template documentation中介绍了这一点。