... CURLOPT_TIMEOUT, 5); // 5秒超时 $content = curl_exec($ch); if($content === false){ throw new Exception('Http request message :'.curl_error($ch)); } ...
確定! 回上一頁