码迷,mamicode.com
首页 > Web开发 > 详细

js_浏览器对象

时间:2019-11-04 15:17:54      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:浏览器   arc   height   code   系统   tag   ntb   屏幕高度   版本   

1. 浏览器对象

window

  • window对象不但充当全局作用域,而且表示浏览器窗口
  • innerWidth : 浏览器内部宽度。 innerHeight :浏览器内部高度
  • outerWidth / outerHeight  整个浏览器的宽高

navigator

  • 表示浏览器信息
  • navigator.appName :  浏览器名称
  • navigator。appVersion : 浏览器版本
  • navigator.language : 浏览器设置的语言
  • navigator.platform : 操作系统的类型
  • navigator.userAgent : ua

screen

  • screen.width : 屏幕宽度
  • screen.height : 屏幕高度
  • screen.colorDepth : 返回颜色位数

location : 当前页面的url信息 

  • location.href
  • location.protocol
  • location.host
  • location.port
  • location.pathname
  • location.search
  • location.hash

document

  • 表示当前页面,是整个dom的根结点
  • document.title  
  • document.getElementById()
  • document.getElementTagName()  
  • document.cookie  ; ‘v=123; remember=true; prefer=zh‘

history

  • history.back()  后退
  • history.forward()  前进
  •           

js_浏览器对象

标签:浏览器   arc   height   code   系统   tag   ntb   屏幕高度   版本   

原文地址:https://www.cnblogs.com/zhangjian0092/p/11792030.html

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