标签:获取元素 get nts style html dom current computed 元素 compute
1.获取
IE中:
元素节点.currentStyle.样式属性表
元素节点.currentStyle[‘样式属性名‘]
其他:
window.getComputedStyle(元素节点,伪类).样式属性名
window.getComputedStyle(元素节点,伪类)[‘样式属性名‘]
伪类一般写null即可
2.获取元素节点
标签:获取元素 get nts style html dom current computed 元素 compute
原文地址:https://www.cnblogs.com/abner-pan/p/12725026.html