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