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);
本文共 293 字,大约阅读时间需要 1 分钟。
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);
转载于:https://www.cnblogs.com/smile361/p/3966843.html