<script language="javascript" type="text/javascript">
        var ScreenWidth=window.screen.width;
        alert(ScreenWidth);
        function   getValue(){  
  document.write(ScreenWidth);  
  }  
    </script>

html:

<script type="text/javascript">

getValue()

</script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-10
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案