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

相关文章:

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