📜  什么是 js 中的窗口对象 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:50.393000             🧑  作者: Mango

代码示例1
The window object is a global object that has the properties pertaining to the current DOM document, which is what's in the tab of a browser. The document property of the window object has the DOM document and associated nodes and methods that we can use to manipulate the DOM nodes and listen to events for each node.