js中的this指針的用法

前面把js的相關知識總結了下,今天把js中的上下文的this,對於強類型語言,this的用法非常的單一,因爲他們沒有js特有的動態綁定。     首先看下面代碼:      function funcA() { this.name = "hello"; console.log(this.name); this.show = function() { cons
相關文章
相關標籤/搜索