摘要: <?php error_reporting(E_ALL); class Person { public function getClass() { echo get_class($this).PHP_EOL; echo get_class(new self()).PHP_EOL; echo get_ 阅读全文
posted @ 2020-08-31 10:18 易文杰 阅读(359) 评论(0) 推荐(0)