curl 执行结果 301 Moved Permanently
2019-08-27 本文已影响0人
胡胡是个小可爱
curl 执行结果老是301 Moved Permanently
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true) ;
location属性就代表重定向的地址。
如果curl爬取过程中,设置CURLOPT_FOLLOWLOCATION为true,则会跟踪爬取重定向页面,否则,不会跟踪重定向页面。
curl 执行结果老是301 Moved Permanently
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true) ;
location属性就代表重定向的地址。
如果curl爬取过程中,设置CURLOPT_FOLLOWLOCATION为true,则会跟踪爬取重定向页面,否则,不会跟踪重定向页面。