2012年11月19日

摘要: QUnit 是 JavaScript单元测试框架。更加具体的介绍ref:http://qunitjs.com/下面是QUnit中的一段代码:(function() { function F() {} F.prototype = QUnit; QUnit = new F(); // Make F QUnit's constructor so that we can add to the prototype later QUnit.constructor = F;}());What does it mean? I don't know. 直接把代码copy进浏览器中进... 阅读全文
posted @ 2012-11-19 20:33 ArcherXu 阅读(203) 评论(0) 推荐(0) 编辑

导航