摘要: App.Person = Ember.Object.extend({ init: function() { var name = this.get('name'); alert(name + ", reporting for duty!"); }});App.Person.creat... 阅读全文
posted @ 2015-08-11 15:51 xjinza 阅读(267) 评论(0) 推荐(0) 编辑