curl_setopt($request, CURLOPT_HTTPHEADER, $headers); $resp = curl_exec($request); echo $resp; curl_close($request);
確定! 回上一頁