Linux簡單HTTP服務器(Python)

見到過一道筆試題,大概就是用任意編程語言實現http server的基本功能,能實現解析與響應,網上參考改了下:html #!/usr/bin/python import socket def HttpResponse(header,whtml): f = file(whtml) contxtlist = f.readlines() context = ''.join(contxtl
相關文章
相關標籤/搜索