📄 10-2.htm.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<script language="javascript">
document.writeln("<pre>");
document.writeln("窗口是否被关闭 " + window.closed);
window.defaultStatus="king";
document.writeln("窗口默认消息: "+ window.defaultStatus);
document.writeln("志向history对象的引用 "+window.history);
document.writeln("location "+window.location);
document.writeln("志向navigator的对象引用 "+window.navigator);
document.writeln(window.opener);
document.writeln(window.parent);
document.writeln(window.screen);
window.status = "kkk";
document.writeln(window.status);
document.writeln(window.top);
document.writeln(window.window);
document.writeln(window.event);
//window.close();
//window.focus();
//window.moveBy(100,100);
//window.moveTo(100,200);
window.resizeTo(600,600);
document.writeln("</pre>");
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -