[JavaScript初级面试]7. WEB API - BOM(Browser Object Model)
题目
- 如何识别浏览器的类型
- 如何拆解url各个部分
navigator
const ua = navigator.userAgent
ua.indexOf('Chrome') // 无法准确确定是何种浏览器
screen
screen.width
screen.height
location
location.href
location.protocol
location.host
location.search // ?xxxx=xxx
location.hash // #xx
location.pathname // 除去域名:端口
history
history.back()
history.forward()
本文来自博客园,作者:Max力出奇迹,转载请注明原文链接:https://www.cnblogs.com/welody/p/15214512.html
如果觉得文章不错,欢迎点击推荐