server = ThreadingHTTPServer(('localhost', PORT_NUMBER), httpHandler) print 'Started httpserver on port ' , PORT_NUMBER. So as I understand, the httpHandler ...
確定! 回上一頁