window属性:locationbar
locationbar属性
window 的 locationbar 属性可以返回可检查可见性的 locationbar 对象。
locationbar属性语法
objRef = window.locationbar
locationbar属性示例
以下完整的 HTML 示例显示了使用 locationbar 对象的 visible 属性的方式。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Various DOM Tests</title>
<script>
var visible = window.locationbar.visible;
</script>
</head>
<body>
<p>Various DOM Tests</p>
</body>
</html>
规范
规范 | 状态 | 注释 |
---|---|---|
HTML Living Standard 该规范中的'Window.locationbar'的定义。 | Living Standard | |
HTML5 该规范中'Window.locationbar'的定义。 | Recommendation |