·您当前的位置:首页 > 技术教程 > JavaScript >

[js]js获取当前元素样式

时间:2017-07-01 23:11酷播
[js]js获取当前元素样式

[js]js获取当前元素样式

  1. function getStyle(oElm, strCssRule){ 
  2.     var strValue = ""
  3.     if(document.defaultView && document.defaultView.getComputedStyle){ 
  4.         strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule); 
  5.     } 
  6.     else if(oElm.currentStyle){ 
  7.         strCssRulestrCssRule = strCssRule.replace(/\-(\w)/g, function (strMatch, p1){ 
  8.             return p1.toUpperCase(); 
  9.         }); 
  10.         strValue = oElm.currentStyle[strCssRule]; 
  11.     } 
  12.     return strValue; 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器