代码示例:(标识:jsck_win_statusbar)
<!DOCTYPE html>
<html>
<body>

<h1>Window 对象</h1>

<h2>status 属性</h2>

<p>任何浏览器都不支持 status 属性。</p>

<script>
window.status = "状态栏中的一些文本。";
</script>

</body>
</html>
运行结果: