获取浏览器地址、端口、协议、参数等
1、document.location.href
获取网址包含协议

2、document.location.host
获取网址不包含协议

1、document.location.search
获取?后面参数(包括问号?)

1、document.location.pathname
获取文件路径

1、document.location.protocal

阅读量:46
阅读量:112
阅读量:31
阅读量:144
阅读量:136
1、document.location.href
获取网址包含协议

2、document.location.host
获取网址不包含协议

1、document.location.search
获取?后面参数(包括问号?)

1、document.location.pathname
获取文件路径

1、document.location.protocal
