[Solution found!] 您可以使用该curl_error()功能来检测是否存在错误。例如: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $your_url); curl_setopt($ch, ...
確定! 回上一頁