摘要: 由于设置了contentType为json格式,对于php来说,该数据就不会在$_POST数组中,在php7之后,只能通过file_get_contents('php://input')来获取该数据。 详见:http://php.net/manual/zh/reserved.variables.ht 阅读全文
posted @ 2018-04-10 22:35 litarussell 阅读(291) 评论(0) 推荐(0)