摘要: /** * Created by 小龙 on 2014/9/29. */QUnit.test( "hello test", function ( assert ) { assert.ok( 1 == "1", "Passed!" );} ) //综述 var test = [ "QUnit.asyncTest()",//Add an asynchronous test to r... 阅读全文
posted @ 2014-09-29 14:33 Zodiac小龙 阅读(397) 评论(0) 推荐(0)