... substract: function(number) { this.result -= number return this }, getResult: function() { console.log(this.result) return this }, }) ...
確定! 回上一頁