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>
相关文章
相关标签/搜索