<script type="text/javascript">
      var style = document.body.currentStyle || document.defaultView.getComputedStyle(document.body, '')
        console.log(style.fontSize);
       
</script>

相关文章:

  • 2021-09-15
  • 2022-02-01
  • 2021-11-27
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2021-03-31
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
相关资源
相似解决方案