Min's blog

I choose to see the beauties in the world.

导航

window.location

Posted on 2018-03-29 16:38  Min77  阅读(114)  评论(0编辑  收藏  举报


window.location.reload();
刷新
window.location.href='' 重定向

可不写window
window.location.hostname web 主机的域名
window.location.pathname   当前页面的路径和文件名
window.location.port 返回 web 主机的端口 (80 或 443)
window.location.protocol  返回所使用的 web 协议(http:// 或 https://)
window.location.assign("http://www.w3school.com.cn")  加载新页面