📅  最后修改于: 2022-03-11 14:56:16.579000             🧑  作者: Mango
$this->input->post(NULL, TRUE); // returns all POST items with XSS filter
$this->input->post(); // returns all POST items without XSS filter