标签:style c class blog code java
1
2
3
4
5
6
7
8 |
function
getStyle(ojb,attr){ if (obj.currentStyle){ return
obj.currentStyle[attr]; } else { return
getComputedStyle(obj, false )[attr]; } } |
标签:style c class blog code java
原文地址:http://www.cnblogs.com/ssyz1988/p/3754903.html