Loading

摘要: name; } public function call($num){ echo $this->name." call ".$num; } } function get_date($format){ echo date($format); } $jack=new Person; //1.调用对象 方法 call_user_func([$ja... 阅读全文
posted @ 2018-01-27 09:43 ZJH_BLOGS 阅读(1831) 评论(0) 推荐(0)