BOM浏览器对象模型

  • window
  • navigator
  • screen
  • history
  • location
  • event
  • document
    • 常用的window方法:
        • confirm()点击确定范围true,点击取消返回false
        • prompt()
        • alert()
        • close()
        • open()
        • setTimeout()一次性定时器,延迟执行
        • setInterval()周期性定时器

 

posted @ 2016-01-21 13:14  Barbie7  阅读(81)  评论(0编辑  收藏  举报