2011-05-24 35 views

回答

0

你可以尝试只$route[ '(:any)' ] = "editor"

然后,只需办理必要的:

function index() { 
    $id = $this->uri->segment(3); // Or whatever segment you end up with. 

    // Do something. 
} 
相关问题