$obj->name = $this->name; //$this的指向谁
怎么分析呢,或者说怎么打印出来呢,注意这里是两个问题。
哪里有错
有没有什么方法将这个$this打印出来呢,我知道有一种方法是 echo $this;但是具体加在哪里,如何加。
clone $a的话就是$this就是指$a
new出来的对象