第一原罪
2016-05-02 10:57
class Truck extends Car{
public function speedUp(){
$this->speed=parent::speedUp()+50;
}
没有错
PHP进阶篇
181835 学习 · 2577 问题
相似问题
回答 1
回答 3