亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

這里的this為何要賦值給othis再用,othis與原來的this有什么區別?為什么不能把

這里的this為何要賦值給othis再用,othis與原來的this有什么區別?為什么不能把

瀟湘沐 2018-12-12 18:19:42
function gun(){    this.gun=document.createElement("div")    this.gun.className="gunBox"    document.body.appendChild(this.gun);    var othis = this;    this.move = function(){        document.addEventListener('mousemove',function(e){            othis.gun.style.left = e.clientX - 48+'px';            othis.gun.style.top = e.clientY - 48+'px';            othis.gun.style.display = "block";        })    }}
查看完整描述

1 回答

?
慕斯王

TA貢獻1864條經驗 獲得超2個贊

// ...

document.addEventListener('mousemove',function(e){

    // 這里的this指向已經改變,所以要用othis緩存之前的對象

})

javascript的this的理解
JavaScript中的this
換個思路理解Javascript中的this

查看完整回答
反對 回復 2019-01-08
  • 1 回答
  • 0 關注
  • 485 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號