class Car {constructor(make,model){this.make=make;this.model=model;this.a=['P','N'];this._a=['P','N']; //和上面那行什么区别啊? 查看完整描述