JavaScript(四)Bom
介绍
window对象
- alert
- confirm
- prompt
- open
- close
定时器
- setTimeout
- clearTimeout
- setInerval
- clearInterval
location对象
- location.href
- location.hash
- location.host
- location.hostname
- location.pathname
- location.port
- location.portocal
- location.search
- location.replace
- location.reload
history对象
- history.back
- history.go
- location.forward
screen对象
- 获取屏幕宽高
- screen.availWidth
- screen.availHeight
2.获取窗口宽高
- window.innerWidth
- window.innerHeight
3.获取浏览器信息
- navigator.userAgent