警告:curl_setopt() 期望参数 2 很长,字符串在 /home/XXXX/public_html/seo/i


Warning: curl_setopt() expects parameter 2 to be long, string given in /home/XXXX/public_html/seo/index.php on line 287

 $ch = curl_init(); 
curl_setopt($ch, CURLOPT_URL,$lurl);
curl_setopt($ch, CURLOPT_POST,1);
curl_setopt($ch, CURLOPT_followlocation, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,$postfields);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');  

这段代码有什么问题?

Idk 为什么,但这里的格式搞砸了。这是一条线:

更改:

 CURLOPT_followlocation

自:

 CURLOPT_FOLLOWLOCATION