PHP curl函数返回301 Moved Permanently问题【转】

添加一行curl_setopt:

curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);

这句话的意思是当遇到location跳转时,直接抓取跳转的页面。
 
参考链接:
https://blog.csdn.net/Angus_01/article/details/82467652
https://blog.csdn.net/linux4fun/article/details/50014961

posted @ 2020-07-03 15:29  小猿笔记  阅读(1151)  评论(0编辑  收藏  举报