摘要: 1 '; 19 } 20 static public function eat(){ 21 echo '静态方法吃饭'; 22 } 23 public function intro(){ 24 echo $this->name; 25 } 26 } 27 Error_reporting(E_ALL|E_STRICT); 28 //此时没有... 阅读全文
posted @ 2018-08-16 14:47 大雾哥 阅读(6619) 评论(0) 推荐(0)