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.
如何在 JavaScript 控制台中列出所有可用的车把模板及其名称?
尝试使用Ember.keys:
Ember.keys
Ember.keys(Ember.TEMPLATES);
希望能帮助到你。
您可以使用 Ember.keys(Ember.TEMPLATES) 查看所有已注册的模板。
有关更多信息,请参阅此