区别window, screen, document, body, viewport等概念

Concepts

screen, window, document, document.body, HTMLElement, element, viewport

JS Browser BOM - JS Window, JS Browser BOM - JS Screen

Web technology for developers - Web APIs - Window

如果我没理解错的话,window指的是你打开chrome浏览器上有一个选项叫做new window,然后在window可以有很多tab。

screen指的window.screen,是物理的屏幕,比如我的这个32英寸的屏幕

document指的是window.document缩写是document

body指的是window.document.body缩写是document.body

参考

看一下文章

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章