9-15.txt

来自「开发王代码 代码」· 文本 代码 · 共 13 行

TXT
13
字号
<script language="JavaScript">
<!--
   document.write("  书签名称:"+location.hash +"<br>");
   document.write("  主机全称:"+location.host +"<br>");
   document.write("  主机名称:"+location.hostname +"<br>");
   document.write("  目前位置:"+location.href +"<br>");
   document.write("  路径   :"+location.pathname+"<br>");
   document.write("  连接端口:"+location.port +"<br>");
   document.write("  通讯协议:"+location.protocol +"<br>");
   document.write("查询字符串:"+location.search +"<br>");
-->
</script>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?