#include <stdio.h>
#include <curl/curl.h>
int main(void)
{
CURL *curl;
CURLcode res;
curl = curl_easy_init();
if (curl) {
curl_easy_setopt (curl, CURLOPT_URL, "www.groad.net");
res = curl_easy_perform (curl);
curl_easy_cleanup(curl);
}
return (0);
}
$ `curl-config --cc --cflags --libs` -o simple simple.c
$ ./simple
<html>
<head>
<meta name="verify-v1" content="Saip2MsYYjGl+/cQmLCqtX5ahZclw2b4s2pPJ/ot/9Q=" />
<meta http-equiv="refresh" content="0;url=http://www.groad.net/bbs/index.php">
<title>Welcome To Groad.Net</title>
</head>
</html>
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |