getComputedStyle兼容

兼容性      currentStyle               //IE8及如下支持      getComputedStyle    //IE8以上、FireFox、Chrome支持 使用方法      obj.currentStyle[attr];                                   //IE8及如下支持      window.getComputedS
相关文章
相关标签/搜索