01 2016 档案
摘要:1.选择一张较大的图片,一般为1920*12532.html { height: 100%;}body { width: 100%; height: 100%; background: url() left top no-repeat; background-size: 100% 100%...
阅读全文
摘要:gif:在使用动画的时候,例如加载页面时显示的预加载。png与jpg的区别:1、png可以透明,jpg不能透明,所以需要透明的地方,必须用png。2、png是无损保存,多次保存都不会影响图片质量;而jpg是压缩不可逆保存,所以一个jpg图片经过多次保存之后就会越来越模糊。3、jpg小,png大;一般...
阅读全文
摘要:var timer = null;// typrof timer == 'object';timer = setInterval(function() { //...}, 1000);// typeof timer == 'number'clearInterval(timer);//typeof ...
阅读全文
摘要:var n = 0;function fnTime(){alert(++n);}// 常用写法// 不加括号方式setTimeout(fnTime,5000);// 加字符串方式setTimeout('fnTime()',10000);// 加匿名函数方式setTimeout(function(){...
阅读全文

浙公网安备 33010602011771号