記-curl post json數據,服務器后端$_POST接收不到數據 curl端:向某服務器后端接口返回數據 $url = "http://xxx.com/getdataFile.php"; $curl = curl_init(); ...