标签:style blog color io sp div on log cti
<?php Class Person { function test1() { $this->test2();//类里面的方法互相调用要加$this } protected function test2() { echo "test2"; } } ?>
标签:style blog color io sp div on log cti
原文地址:http://www.cnblogs.com/sumg/p/4052826.html