Linux下用c語言實現發送http請求

前言 在linux下,使用socket進行編程,須要到服務器上進行獲取數據,服務器使用的php編程,須要使用http的方式進行獲取數據。php 代碼 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <errno.h> #include <sys/types.h> #include <sys/socket.h>
相關文章
相關標籤/搜索