Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不知道其属性的情况下打印对象?我正在尝试调试为什么某个对象的属性无法在视图中访问。
{#object} {attr} {/object}
在上述示例的情况下,不会打印任何内容而不是 attr 值。
尝试使用 contextDump助手。
{#object} {@contextDump/} {/object}
这是一个例子:http: //jsfiddle.net/smfoote/8UfJL/