⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 16.5.htm

📁 这是我卖的书上的源码 这书是电子邮电出版的是有关网络编程 有详细的例子
💻 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 + -