以下代码在curl请求需要返回值的时候,必须加上,否则无法接受:curl_setopt($ch, CURLOPT_POST, true);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
发表评论 取消回复