Example #1
0
 /**
  * URL模式
  * @author Colin <*****@*****.**>
  */
 public static function UrlModel()
 {
     $route = new Route();
     $route->CheckRoute();
 }