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

2021-03-21 07:24

阅读:479

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

1.获取

  IE中:

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

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

  其他:

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

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

    伪类一般写null即可

2.获取元素节点

内部样式表与外部样式表的读写,soscw.com" target="_blank">HTML DOM-->内部样式表与外部样式表的读写

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

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


评论


亲,登录后才可以留言!