2.Location位置定位
location.hostname 返回 web 主机的域名
location.pathname 返回当前页面的路径和文件名
location.port 返回 web 主机的端口 (80 或 443)
80
web页面的默认端口
443
https
加密 超文本传输协议
普通的http不需要开启443
21
FTP
文件传输协议 fail
3306
mysql数据库默认
location.protocol 返回所使用的 web 协议(http: 或 https:)
location.search 返回搜索的结果(http GET方法的参数)
页面之间传参
location.href
本页的位置
指定页面要跳转到的位置
端口号