摘要: 函数createFunctions中,for循环里面的result[i]()函数其实只是被定义出来,但是并没有被运行,因此最终的循环结果只是使i=10的同时,使result.length=10(10次循环); 而函数外的for循环中,因为createFunctions函数中的i=10,所以funcs 阅读全文
posted @ 2016-07-17 11:28 bokeyuan990 阅读(95) 评论(0) 推荐(0)