JavaScript中的对象及层级关系、常用函数

window是整个JavaScript的超全局变量,任何全局变量和全局函数都可以通过window点出。
 例如:

myName = 'tang';  // myName是我们自己定义的一个全局变量。

console.log(window.myName); // 值为tang


一、 内置对象

1.1   window.document                             【object HTMLDocument】
      window.document.documentElement 【object HTMLHtmlElement】
      window.document.head                    【object HTMLHeadElement】
      window.document.body                      【object HTMLBodyElement】
      window.document.title                        【直接就是标题的文本内容】
      window.document.domain                  【直接就是加载文档的域名】
      window.document.createAttribute      【function】
      window.document.createTextNode    【function】

  window.document.cookie

1.2   window.location      【Object Location 或 加载当前文档的URL】
      window.location.href
      window.location.reload(boolean)
      window.location.replace()
      window.location.host
      window.location.pathname
      
1.3   window.history 
      window.history.back()
      window.history.go(number)
      window.history.forward()

1.4  window.screen

1.5  window.navigator

1.6  window.Math

等等。。。

 

二、内置函数

1.1  弹窗

alert()、confirm()、prompt()

1.2  计时器

setTimeout()、setInterval()

等等。。。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值