server = ThreadingHttpServer(serverAddress, myHandler). print 'Started httpserver on port ' , PORT_NUM. server.serve_forever() ...
確定! 回上一頁