📜  codeigniter 控制器没有发布 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:16.579000             🧑  作者: Mango

代码示例1
$this->input->post(NULL, TRUE); // returns all POST items with XSS filter 
$this->input->post(); // returns all POST items without XSS filter