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