在curl_easy_setopt()中使用CURLOPT_NOBODY。 例如: ... CURL *curl; CURLcode statusCode; curl = curl_easy_init(); if(curl){ curl_easy_setopt(curl, ...
確定! 回上一頁