# bind 与 call/apply 的区别是什么
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 268 (opens new window)
Author
他们都是绑定 this 的,但是
bind
返回函数call/apply
直接执行函数
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 268 (opens new window)
Author
他们都是绑定 this 的,但是
bind
返回函数call/apply
直接执行函数