Function.prototype.call或Function.prototype.apply調用可以動態改變傳入函數的this var obj1 = { name:'a', getName:function() { return this.name } ...
確定! 回上一頁