📜  curl 跟随重定向 php 代码示例

📅  最后修改于: 2022-03-11 14:54:35.346000             🧑  作者: Mango

代码示例1
// follow redirects automatically (HTTP status 301, 302 and the like)
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);