JavaScriptBom
Posted 丰の博客园
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScriptBom相关的知识,希望对你有一定的参考价值。
介绍
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
以上是关于JavaScriptBom的主要内容,如果未能解决你的问题,请参考以下文章