PHP中this語句的用法

this是指向當前對象的指針 [php]  view plain  copy  print ? <?php      class human{              public $name="李四";              public function eat(){                echo $this->name,'在吃飯';       }              
相關文章
相關標籤/搜索