HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。
View in English Always switch to English
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
在浏览器中,document.defaultView 返回与文档关联的 window 对象,如果没有可用的对象,则返回 null。
document.defaultView
window
null
该属性是只读的。
window 对象。
Loading…