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, 端口号等信息路由信息
原文地址:https://www.cnblogs.com/xuange306/p/9343174.html