【一篇終結你的困惑】JavaScript中call()、apply()、bind()的區別

call()、apply()、bind()是用來改變this的指向的。html 一 舉個例子瀏覽器 一個叫喵喵的貓喜歡吃魚,一個叫汪汪的小狗喜歡啃骨頭,用代碼實現以下:app var cat = { name:"喵喵", eatFish:function(param1,param2){ console.log("吃魚"); console.log("this的指向=>"); c
相關文章
相關標籤/搜索