http.server是Python 3,等效于Python 2中的SimpleHTTPServer。 import BaseHTTPServer, SimpleHTTPServer import ssl httpd = BaseHTTPServer.HTTPServer(('localhost', ...
確定! 回上一頁