How does a js external function call the object in the callback function?
按键盘手指磨破皮
按键盘手指磨破皮 2020-04-09 18:07:44
0
1
954
!function(a,b){
    f = b();//这里F就是对象
}(this,function(){
.......
.......
})

function e(){
    //如何在e这个函数里面调用F这个对象
    //比如
    //var s = f.xx.xx.xx;

}

按键盘手指磨破皮
按键盘手指磨破皮

reply all(1)
按键盘手指磨破皮

It should be said how to call the object in the self-made function

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!