kevin11 发表于 2013-2-21 20:32:03

效果是你讲的。但你可以阅读下这段说明
http://codeigniter.org.cn/user_guide/libraries/input.html
$this->input->post()
$this->input->post(NULL, TRUE); // 经过跨站脚本过滤 返回全部 POST 数据
$this->input->post(); // 不经过跨站脚本过滤 返回全部 POST 数据

gauspican 发表于 2013-2-22 13:07:16

kevin11 发表于 2013-2-21 20:32 static/image/common/back.gif
效果是你讲的。但你可以阅读下这段说明
http://codeigniter.org.cn/user_guide/libraries/input.html
$thi ...

多谢:lol
页: 1 [2]
查看完整版本: ==请教各位,xss_clean把提交内容的<script...转换得面目全非==