知识总结 Thinkphp3 接收不到post请求 PHP默认只识别application/x-www.form-urlencoded标准的数据类型,因此,对型如text/json的内容无法解析为$_POST数组... 阅读(207)标签: Request PHP