public static function speedUp(){
// $this->speed+=10;
// $this->speed=speed+10;
Car::$speed()+=10; }
}
为什么不对啊?
多了括号,应该是self::$speed+=10;