ImportError: No module named 'BaseHTTPServer':解決方案

利用python寫了一小段代碼,裏面使用到了Python標準庫的BaseHTTPServer來構建一個基礎HTTP服務器:html 1 #-*- coding:utf-8 -*- 2 import http.server 3 4 class RequestHandler(http.server.BaseHTTPRequestHandler): 5 6 Pag
相關文章
相關標籤/搜索