socket客戶端用例測試-HTTP

#include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include <stdio.h> int main(int argc, char *argv[]) { if (argc < 3) { printf("Usage:%s <ip> <port>\n", argv[0]); return 0; } int f
相關文章
相關標籤/搜索