cxccxc

154 经验值

发现在我的laravel5.1中,调用Request::all()并不能自动过滤掉_token字段
需要手动过滤 $input = array_except(Request::all(),['_token']);