慕容兰馨
2015-05-30 23:38
speed; } protected function speedUp() { $this->speed += 10; } public function start(){ $this->speedUp(); } } $car = new Car(); $car->start(); echo $car->getSpeed();
没看明白要问什么
PHP进阶篇
181835 学习 · 2577 问题
相似问题
回答 1
回答 5