input 为什么没有使用全局过滤配置,input('post.')

浏览:1064 发布日期:2018/11/09 分类:ThinkPHP5专区
input('post.');
使用这样的方法接收,全局过滤配置无效;
// app.php
'default_filter' => 'stripslashes,htmlspecialchars,trim',
最佳答案
评论( 相关
后面还有条评论,点击查看>>