codeigniter中设置默认路由 $route['default_controller'] = 'pages/view';$route['(:any)'] = 'pages/view/$1'; # codeigniter 2024-10-09 140 点赞 2 评论 212 浏览