16.4.htm
来自「精通JavaScript动态网页编程(书)」· HTM 代码 · 共 15 行
HTM
15 行
<html>
<head><title>document.location</title></head>
<body>
<h1>document.location写操作</h1><p>
<script language="javascript">
<!--
//输出当前location
alert("Current location: "+document.location);
// 设置新的location
document.location = "http://www.yahoo.com";
//-->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?