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

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

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

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

1、document.location.protocal

阅读量:186
阅读量:120
阅读量:37
阅读量:43
阅读量:68
1、document.location.href
获取网址包含协议

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

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

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

1、document.location.protocal
