function Car () {
this.color = "red";
}
Car.prototype.sayHi=function(){
console.log('你好')
}function Car () {
this.color = "red";
}function Car () {
this.color = "red";
}
Car.prototype.sayHi=function(){
console.log('你好')
}function Car () {
this.color = "red";
}