bind

15次阅读

共计 44 个字符,预计需要花费 1 分钟才能阅读完成。

bind 不改变原函数

function fn(){}
let _fn=fn.bind(this)

正文完
 0