$this->input->post() 
$this->input->get()

 

 

echo $this->uri->segment();//控制器为1;方法为2;后面带的参数以此类推get获取值

 

相关文章: