$postData=json_decode(file_get_contents('php://input'),true);
获取不到text/html类型传送的数据,$_POST可以获取,为什么?
这个可以去官方手册看下 $_POST 和数据流获取