标签: javascript
大家好,我看过以下代码:
userFunc.apply.bind(userFunc, userFunc)
其中userFunc是一个函数。我不明白为什么第一个和第一个& bind的第二个参数是函数本身。这解决了什么问题?不是第二个用于争论的论点吗?
userFunc
bind
源代码为here。