Javascript 面向对象(OOP)语法class 类名 { constructor(){ }}举例://Person类专门用来创建人的对象class Person { constructor(name,age,hooby){ this.name = name;