a**u 发帖数: 59 | 1 #include
#include
#include
#pragma comment(lib, "wininet.lib")
/*
>bcc32 vote.c
*/
void vote(void);
int main(void)
{
unsigned int i = 0;
while (1) {
i++;
vote();
printf("搳昜偟傑偟偨 仐 %d 夞栚\n", i);
}
return 0;
}
void vote(void)
{
HINTERNET hSession;
HINTERNET hService;
HINTERNET hHttpRequest;
char sendquery[] = "poll_id=17143&question_1=2";
|
|