Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 HTML5 之前 window 对象存在吗?如果不是,性能属性是新的吗?我试着用谷歌搜索它,但除了说明它已经定义的规范文档之外找不到任何东西,这并不意味着它一定是新的。
在 HTML5 之前 window 对象存在吗?
是的。window只要浏览器环境中有 JS,它就一直是默认对象。
window
如果不是,性能属性是新的吗?
它来自导航计时规范。