有人知道如何在CURLOPT_URL上传递变量吗?
示例:
curl_setopt($ch, CURLOPT_URL, 'https://examplesite.com/site0')
之后的内容将变为:
curl_setopt($ch, CURLOPT_URL, 'https://examplesite.com/site1')