答題始終不通過(guò)
http://idcbgp.cn/code/541?這里 填?
<?php
class Car {
? ? public $speed = 0;
? ? //增加speedUp方法,使speed加10
? ? public function speedUp(){
? ? ? ? $this->speed += 10;
? ? }
}
$car = new Car();
$car->speedUp();
echo $car->speed;
怎么不對(duì)?復(fù)制答案上去也不對(duì)
2020-03-29
可以運(yùn)行啊??
2018-03-26
我也總是出現(xiàn)這種情況,然后我把方法里的內(nèi)容刪掉重新寫(xiě)一遍,就可以通過(guò)了。
2018-02-04
沒(méi)錯(cuò) ?我直接運(yùn)行成功了 ?
2017-10-19
沒(méi)啥問(wèn)題啊