騰訊認證十周成為數(shù)據(jù)分析師貪心學院
obj.x 的值是什么?
上述中的 this
會打印出什么呢?
let obj = {
? ?x: console.log( this ) ?// console.log( this ) 的值是 undefined ==> obj.x === undefined ?其中的 this === window}
fn1()
fn1() {
? ?console.log( this ) ? // 2. this === obj
? ?setTimeout( function(){
? ? ? ?console.log( this ) ?
? ?}, 10 )
標簽: