设置或获取对象指定的文件名或路径 。
alert(window.location.pathname)
设置或获取整个 URL 为字符串 。
alert(window.location.href);
设置或获取与 URL 关联的端口号码 。
alert(window.location.port)
设置或获取 URL 的协议部分 。
alert(window.location.protocol)
设置或获取 href 属性中在井号“#”后面的分段 。
alert(window.location.hash)
设置或获取 location 或 URL 的 hostname 和 port 号码 。
alert(window.location.host)
设置或获取 href 属性中跟在问号后面的部分 。
alert(window.location.search)
获取变量的值(截取等号后面的部分)
var url = window.location.search;
// alert(url.length);
// alert(url.lastIndexOf('='));
var loc = url.substring(url.lastIndexOf('=')+1, url.length);
推荐阅读
- 汽车知识|摩拜单车如何关锁确认
- APP知识|怎么删除群成员,微信群管理员怎么删除群成员
- APP知识|朋友圈怎么举报,如何举报别人的朋友圈
- APP知识|微信怎么发朋友圈图片,微信朋友圈如何发文字和图片一起
- APP知识|怎么举报朋友圈,怎么投诉别人朋友圈内容
- APP知识|激活微信账号怎么激活,怎么激活原来的微信账号
- APP知识|微信验证身份怎么解除,手机清理怎么验证身份
- APP知识|微信讨论组怎么找,微信清空后找不到讨论组
- APP知识|电话打不出去是怎么回事,微信通话总是在连接中
- APP知识|微信怎么换字体,抖音昵称英文斜体怎么设置