Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Window.outerHeight

概述

Window.outerHeight 获取整个浏览器窗口的高度(单位:像素),包括侧边栏(如果存在)、窗口镶边(window chrome)和窗口调正边框(window resizing borders/handles)。

该属性为只读,没有默认值。

语法

outWindowHeight = window.outerHeight;

outWindowHeight 为窗口的外层的高度。

备注

要改变窗口的大小,请查看 window.resizeBy()window.resizeTo()

要获取窗口的内层高度,即页面被显示区域的高度,可查看 window.innerHeight

图像示例

下面的示意图展示了 outerHeightinnerHeight 两者的不同。

innerHeight vs outerHeight illustration

浏览器兼容性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 1 1.0 (1.7 or earlier) 9 9 3
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 1 1.0 (1.0) 9 9 3

规范

DOM Level 0。不属于任何 W3C 技术规范或推荐。

相关链接

文档标签和贡献者

 此页面的贡献者: teoli, AlexChao
 最后编辑者: AlexChao,