window
作者:互联网
window.location
window.location 对象可不带 window 前缀书写。
一些例子:
- window.location.href 返回当前页面的 href (URL)
- window.location.hostname 返回 web 主机的域名
- window.location.pathname 返回当前页面的路径或文件名
- window.location.protocol 返回使用的 web 协议(http: 或 https:)
- window.location.assign 加载新文档
- Href=url= protocol+host+path
标签:返回,web,protocol,window,href,location 来源: https://www.cnblogs.com/lxq3280/p/16687011.html