摘要: /***获取属性**/function getStyle(obj,name){ if(obj.currentStyle){ return obj.currentStyle[name]; }else{ return getComputedStyle(obj,false)[name] }}// json {width:500,height:500}function startMove(obj,json,func){ clearInterval(obj.timer); obj.timer = setInterval(function... 阅读全文
posted @ 2014-01-16 23:42 nihao1314520 阅读(143) 评论(0) 推荐(0)
摘要: 我变 阅读全文
posted @ 2014-01-16 22:09 nihao1314520 阅读(191) 评论(0) 推荐(0)