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, 端口号等信息路由信息的主要内容,如果未能解决你的问题,请参考以下文章

HttpServletRequest获取URL(参数,路径,端口号,协议等)详解

用js获取当前路由信息的方法

js获取URL中的参数

js获取当前URL参数端口IP等信息

URL是啥

获取当前页面的url