摘要: <?php class NorthCook { public function fan() { return '面条'; } public function cai() { return '炒菜'; } public function tang() { return '蛋花汤'; }} class 阅读全文
posted @ 2017-12-26 14:04 mayer326 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <?phpclass Admin { public function __construct() { if($this->top null) { return; } $this->toper = new $this->top(); } public function proc($danger) { 阅读全文
posted @ 2017-12-26 12:02 mayer326 阅读(153) 评论(0) 推荐(0) 编辑