📄 16.5.htm
字号:
<html>
<head><title>document.location</title></head>
<body>
<h1>document.location的详细属性</h1><p>
<script language="javascript">
<!--
//输出当前location
document.write("Current location: "+document.location);
document.write("<p>Current URL pathname: "+document.location.pathname);
document.write("<p>Current URL protocol: "+document.location.protocol);
document.write("<p>Current URL port: "+document.location.port);
//-->
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -