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.獲取瀏覽器信息hash
歡迎關注本站公眾號,獲取更多信息