BOM 属性对象方法

BOM 属性对象方法

1. location对象

location.href:返回或设置当前文档的URL

location.search:返回URL 中的查询字符串部分。例如 http://www.dreamdu.com/dreamdu.php?id=5&name=dreamdu 返回包括(?)后面的内容?id=5&name=dreamdu

location.hash:返回URL#后面的内容,如果没有#,返回空

location.host:返回URL 中的域名部分,例如www.dreamdu.com

location.hostname:返回URL 中的主域名部分,例如dreamdu.com

location.pathname:返回URL 的域名后的部分。例如http://www.dreamdu.com/xhtml/ 返回/xhtml/

location.port:返回URL 中的端口部分。例如http://www.dreamdu.com:8080/xhtml/ 返回8080

location.protocol:返回URL 中的协议部分。例如http://www.dreamdu.com:8080/xhtml/ 返回(//)前面的内容http

location.assign:设置当前文档的URL

location.replace:设置当前文档的URL,并且在history 对象地址列表中移除这个URL location.replace(url);

location.reload:重载当前页面

2. history对象

history.go():前进或后退指定的页面数history.go(num);

history.back():后退一页

history.forward():前进一页

3. Navigator对象

navigator.userAgent:返回用户代理头的字符串表示(就是包括浏览器版本信息等的字符串)

navigator.cookieEnabled:返回浏览器是否支持(启用)cookie

HTML 文章被收录于专栏

HTML/HTTP/浏览器

全部评论

相关推荐

11-27 12:43
已编辑
门头沟学院 C++
点赞 评论 收藏
分享
11-02 09:49
已编辑
货拉拉_测试(实习员工)
热爱生活的仰泳鲈鱼求你们别卷了:没事楼主,有反转查看图片
点赞 评论 收藏
分享
牛客771574427号:恭喜你,华杰
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务