function getCurrentStyle (obj,attr){if(obj.currentStyle){return obj.currentStyle[attr];//不知道为啥[attr]这么写//而写成obj.currentStyle.attr就不行//什么时候写成[attr]这样}else{//FFreturn getComputedStyle(obj,false)[attr];//这个也是,同样有些不理解}}
__innocence
相关分类