摘要:
ajax.js(function(exports, document, undefined){ "use strict"; function Ajax(){ if(!(this instanceof Ajax)) return; return this; ... 阅读全文
摘要:
1.js的两个时间函数是哪两个?setTimeOut('function',time)%暂停多少秒后执行一次和setInterval('function',time)%在某段时间内不停的去执行一行代码2.argument是什么?与this有什么区别?3.闭包有什么作用?4.如何用js实现旋转木马?5... 阅读全文