欢迎光临散文网 会员登陆 & 注册

腾讯认证十周成为数据分析师贪心学院

2022-11-13 21:48 作者:呵呵呵呵呵sp  | 我要投稿

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 )


腾讯认证十周成为数据分析师贪心学院的评论 (共 条)

分享到微博请遵守国家法律