document.body.clientWidth ==> BODY对象宽度
document.body.clientHeight ==> BODY对象高度
document.documentElement.clientWidth ==> 可见区域宽度
document.documentElement.clientHeight ==> 可见区域高度

相关文章:

  • 2021-10-04
  • 2022-12-23
  • 2022-01-22
  • 2022-02-06
  • 2022-01-01
  • 2021-10-28
猜你喜欢
  • 2022-01-26
  • 2022-02-22
  • 2021-07-26
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案