JavaScript中call,apply,bind方法的總結。

why?call,apply,bind幹什麼的?爲何要學這個?html   通常用來指定this的環境,在沒有學以前,一般會有這些問題。chrome var a = { user:"追夢子", fn:function(){ console.log(this.user); } } var b = a.fn; b(); //undefined 咱們是想打印對象a
相關文章
相關標籤/搜索