美文网首页
getComputedStyle()获取元素一切样式属性

getComputedStyle()获取元素一切样式属性

作者: 喜欢走弯路的人 | 来源:发表于2023-12-27 18:04 被阅读0次

    HTML:

    <div id="box"></div>

    JS:

    let box = document.getElementById("box")

    window.getComputedStyle( box ).width

    window.getComputedStyle( box ).height

    ......

    相关文章

      网友评论

          本文标题:getComputedStyle()获取元素一切样式属性

          本文链接:https://www.haomeiwen.com/subject/stzrndtx.html