window.location.protocol console.log(window.location.protocol); //输出的结果为http: window.location.host console.log(window.location.host); //输出的结果localhost:8080 window.location.href console.log(window.location.href) //输出的结果为http://localhost:8080/
京公网安备 11010502049817号