def loop(): # ????????IP????????8000??????application: httpd = make_server('', 8000, application) print("Serving HTTP on port 8000...") # ????HTTP??: httpd.serve_forever()