揭開 this 的神祕面紗

首先,要知道的是 this 是指函數當前的運行環境(上下文)。javascript 咱們都知道 this 是函數運行時所在的環境,但咱們不知道是函數的運行環境究竟是怎麼決定的。java var obj = { fn:function(){ console.log(this.title); }, title:"Hello" } var fn = obj.fn; v
相關文章
相關標籤/搜索