示例#1
0
文件: App.php 项目: clashbyte/mee
 public function Query($q)
 {
     $out = Router::Go($q);
     self::CheckErrors();
     return $out;
 }