摘要:
### bind ``` let boundFunc = func.bind(context); ``` - 将func的context修改为传入的参数,返回一个新的func函数 ### call ``` func.call(context, arg1, arg2, ...) ``` ### app 阅读全文
posted @ 2023-06-10 18:55
sqmw
阅读(11)
评论(0)
推荐(0)
浙公网安备 33010602011771号