python中的http服務器

1、http服務器的實現html import socket import re def client_request(new): """瀏覽器的請求""" # 將瀏覽器的請求轉換成列表 request_data = new.recv(1024).decode("utf-8").splitlines() print(request_data) prin
相關文章
相關標籤/搜索