摘要: char *pHttpPost = "POST %s HTTP/1.1\r\n" "Host: %s:%d\r\n" "Content-Type: application/x-www-form-urlencoded\r\n" "Content-Length: %d\r\n\r\n" "%s"; ch 阅读全文
posted @ 2019-05-22 14:25 hellohyi 阅读(2730) 评论(0) 推荐(0) 编辑