摘要:
### bind ``` let boundFunc = func.bind(context); ``` - 将func的context修改为传入的参数,返回一个新的func函数 ### call ``` func.call(context, arg1, arg2, ...) ``` ### app 阅读全文
sqmw
The awakening is always delayed, there seems to be some fog
|
|
|