回调函数this

function fn2(a1,fn){

    this.a1 = a1;//这个this是指向的window还是它自身?

    fn3();

}

function fn3(){

    console.log(a1);

}

fn2(123);


慕桂英4014372
浏览 436回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript