// Animal class/constructor function Animal() { this.sound = 'Animal sound!'; } // Animal `makeSound()` member function Animal.prototype.
確定! 回上一頁