代理服務器(proxy)實現GET請求方式並返回請求頁面html代碼

代碼以下web #include <netinet/in.h> #include <sys/socket.h> #include <netdb.h> #include <unistd.h> #include <string.h> #include <stdio.h> int main(int c, char **v) { //\r表示回車,\n表示換行 //
相關文章
相關標籤/搜索