JS/jQuery宽高的理解和应用

时间:2023-03-08 17:36:39

1.widows:窗口、window对象可省略

2.document对象是window对象的一部分

浏览器的Html文档成为Document对象

window.location===document.location

window.innerHeight

.outerHeight

.innerWidth

.outerWidth

用户屏幕

window.screen.height

JS/jQuery宽高的理解和应用

JS/jQuery宽高的理解和应用

相关文章