Tag: spine.js

javascript中的“描述”关键字

所以我是一个JavaScript的新手,我已经经历了别人的代码,我发现这.. describe('deviceready', function() { it('should report that it fired', function() { spyOn(app, 'report'); app.deviceready(); expect(app.report).toHaveBeenCalledWith('deviceready'); }); }); 我不明白的是: describe关键字究竟做了什么? 信息: – 它是一个phonegap应用程序 – 我们正在使用spine.js和jQuery库