js获取url协议url, 端口号等信息路由信息
Posted ShuiChe’s Blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js获取url协议url, 端口号等信息路由信息相关的知识,希望对你有一定的参考价值。
alert("location:"+window.location); alert("href: "+window.location.href); alert("protocol: "+window.location.protocol); alert("host&port: "+window.location.host); alert("port: "+window.location.port); alert("hostname: "+window.location.hostname);
以上是关于js获取url协议url, 端口号等信息路由信息的主要内容,如果未能解决你的问题,请参考以下文章