$this->request->isPost()问题

浏览:5725 发布日期:2018/05/15 分类:ThinkPHP5专区
$this->request->isPost() 在接收空数据的
使用$.post(target, query).success(function(data) {
会报下面报错Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
最佳答案
评论( 相关
后面还有条评论,点击查看>>