正文怎样快捷获取网页的window对象IP云V管理员/2022-08-22/4 阅读 08/22提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 使用document.defaultView;document.defaultView === window注意:1. 如果当前文档不属于window对象, 则返回null;2. document.defaulView 是 document 的快捷方式属性;