之後在後面的一個例子很好的解釋了React這裡使用bind的作用: ... this.x = 9; var module = { x: 81, getX: function() { return this.x; } ...
確定! 回上一頁