码迷,mamicode.com
首页 > Web开发 > 详细

HTML DOM-->内部样式表与外部样式表的读写

时间:2020-04-18 13:31:24      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:获取元素   get   nts   style   html dom   current   computed   元素   compute   

1.获取

  IE中:

    元素节点.currentStyle.样式属性表

    元素节点.currentStyle[‘样式属性名‘]

  其他:

    window.getComputedStyle(元素节点,伪类).样式属性名

    window.getComputedStyle(元素节点,伪类)[‘样式属性名‘]

    伪类一般写null即可

2.获取元素节点

HTML DOM-->内部样式表与外部样式表的读写

标签:获取元素   get   nts   style   html dom   current   computed   元素   compute   

原文地址:https://www.cnblogs.com/abner-pan/p/12725026.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!