Discuss / JavaScript / 面对对象时不知该怎么开口

面对对象时不知该怎么开口

Topic source

慕纳兰

#1 Created at ... [Delete] [Delete and Lock User]

class Cat extends Animal {

say() { return 'Hello, '+this.name+'!'; } }


  • 1

Reply