码迷,mamicode.com
首页 > 编程语言 > 详细

JavaScript(四)Bom

时间:2017-10-17 12:18:07      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:war   useragent   window   name   prompt   timeout   浏览器   alert   arch   

介绍

window对象

  1. alert
  2. confirm
  3. prompt
  4. open
  5. close

定时器

  1. setTimeout
  2. clearTimeout
  3. setInerval
  4. clearInterval

location对象

  1. location.href
  2. location.hash
  3. location.host
  4. location.hostname
  5. location.pathname
  6. location.port
  7. location.portocal
  8. location.search
  9. location.replace
  10. location.reload

history对象

  1. history.back
  2. history.go
  3. location.forward

screen对象

  1. 获取屏幕宽高
  • screen.availWidth
  • screen.availHeight

  2.获取窗口宽高

  • window.innerWidth
  • window.innerHeight

  3.获取浏览器信息

  • navigator.userAgent

 

JavaScript(四)Bom

标签:war   useragent   window   name   prompt   timeout   浏览器   alert   arch   

原文地址:http://www.cnblogs.com/learn-python-M/p/7680338.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!