摘要: import socket def handle_request(client): buf = client.recv(1024) client.send("HTTP/1.1 200 OK\r\n\r\n") client.send('<h30>Hello World</h10>') def mai 阅读全文
posted @ 2016-05-12 20:30 FreeMan1 阅读(4529) 评论(0) 推荐(0) 编辑