https://www.cnblogs.com/yuxinwei/articles/14608815.html
// 引入定义的路由文件
include __DIR__. DS .'routes'.DS.'index.php';
include __DIR__. DS .'routes'.DS.'indexapi.php';
include __DIR__. DS .'routes'.DS.'admin.php';
include __DIR__. DS .'routes'.DS.'adminapi.php';