JavaScript 中 call()、apply()、bind() 的用法

都是function 的方法

比如function a(){

}

a().call();

a().apply();

可以改变this的指向

posted @ 2020-11-18 15:32  悦心岛  阅读(51)  评论(0)    收藏  举报