​index.js​

window; // 最常用
window.self; // 别名
window.frames; // 别名
window.window; // 只读属性
window.parent; // 框架窗口中使用
window.top; // 框架窗口中使用