window属性:locationbar

2018-04-12 11:01 更新

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
 
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号