日期:2014-05-16 浏览次数:20444 次
<?php class A{ public $name; public $age; public function getASelf() { $this->name; var_dump($this); } } ?>