class ThreadingHTTPServer(ThreadingMixIn, HTTPServer): ... httpd = ThreadingHTTPServer(( 'localhost' , 8000 ), SimpleHTTPRequestHandler).
確定! 回上一頁