废话不多少,直接上代码
host = ('', 8888)
class Resquest(BaseHTTPRequestHandler):
def do_GET(self):
self.send_response(2
2020-03-01