speed+=10; } } $car = new Car(); $car->speedUp(); echo $car->speed; echo Car::speedUp(); ?> static对$this伪对象的使用有影响吗?
用了 static 用$this会报错
没有a