this是JavaScript中的关键字之一,在编写程序的时候经常会用到,正确的理解和使用关键字this尤为重要。首先必须要说的是,this的指向在函数定义的时候是确定不了的,只有函数执行的时候才能确定this到底指向谁,实际上this的最终指向的是那个调用它的对象(这句话有些问题,后面会解释为什么 Read More
posted @ 2017-05-26 11:15 Tiger95 Views(165) Comments(0) Diggs(0)
原生JS 窗口尺寸: console.log('window.innerWidth = ' + window.innerWidth + ' window.innerHeight = ' + window.innerHeight)console.log('document.body.clientWid Read More
posted @ 2017-05-26 10:19 Tiger95 Views(16731) Comments(0) Diggs(0)