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.
我只是想知道是否可以在 Ember.js 的类定义中添加类属性?
即在里面Ember.Object.extend,而不是在一个单独的里面Myclass.reopenClass
Ember.Object.extend
Myclass.reopenClass
我放在扩展中的东西只能在实例中访问。