摘要: int main() { try { SocketClient s("www.site.com", 80); string data = "par1=value1&par2=value2"; s.SendLine("POST /post_page.php HTTP/1.0\r\n"); s.SendLine("Host: www.site.com\r\n"); s.SendLine("User-Agent: Mozilla/4.0\r\n"); s.SendLine("Cont 阅读全文
posted @ 2013-05-07 10:28 wiessharling 阅读(206) 评论(0) 推荐(0)