location
.herf
= "地址";
location
.assign("地址");
location
.reload();
location
.replace("地址");
console
.log(window
.location
.hash
);
console
.log(window
.location
.host
);
console
.log(window
.location
.hostname
);
console
.log(window
.location
.pathname
);
console
.log(window
.location
.port
);
console
.log(window
.location
.protocol
);
console
.log(window
.location
.search
);
转载请注明原文地址: https://yun.8miu.com/read-139199.html