You could have two ThreadingHTTPServer instances, write your own ... def serve_on_port(port): server = ThreadingHTTPServer(("localhost", ...
確定! 回上一頁