2016-10-18 23:01发布
结果为什么是2而不是5?
class a{ public $age=2; public function __constrator(){ $this->age=$age+3; } } $k=new a(); echo $k->age;
一下这条少了一个$this->
笑死我了 __constrator 变成 __construct 以及 $this->age=$this->age+3;
__constrator
__construct
$this->age=$this->age+3;
最多设置5个标签!
付费偷看金额在0.1-10元之间
一下这条少了一个$this->
笑死我了
__constrator
变成__construct
以及$this->age=$this->age+3;
一周热门 更多>