
可以通过window.location拿到所有信息
-
https://www.baidu.com:8080/aaa/1.html?id=10#name为例:
- protocol: https (协议名)
- host: www.baidu.com:8080 (主机地址)
- hostname: www.baidu.com (主机名) - port: 8080 (端口号)
- pathname: /aaa/1.html (路径名)
- search: ?id=10 (查询参数)
- hash: #name (锚点)

https://www.baidu.com:8080/aaa/1.html?id=10#name为例:
近期评论