实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<script>
6
window.status="Some text in the status bar!!";
7
</script>
8
9
<p>Look at the text in the statusbar.</p>
10
<p>Note: This property does not work in default configuration of IE, Firefox, and some other browsers!</p>
11
12
</body>
13
</html>