12 2017 档案

摘要:引入百度静态公共资源库 使用jquery 1 $(function() { 2 FastClick.attach(document.body); 3 }); 阅读全文
posted @ 2017-12-29 11:23 =DLSS=webZT 阅读(168) 评论(0) 推荐(0)
摘要:var temp; var time=100; var m = 1; setfun(); function setfun(){ temp = setInterval(function(){ console.log('执行1次'+time); clearInterval(temp); ... 阅读全文
posted @ 2017-12-26 10:02 =DLSS=webZT 阅读(328) 评论(0) 推荐(0)
摘要:参考自:http://www.sheyilin.com/2016/02/gulp_introduce/ 在原先基础上增加了less编译 es6转码资源地图等,修改了一部分的热刷新。 gulpfile.js文件 package.json文件 阅读全文
posted @ 2017-12-05 17:32 =DLSS=webZT 阅读(565) 评论(0) 推荐(0)