使用python3的http.server模塊要注意的問題

在學習python的web開發時,首先使用了python3中內建的HTTP servers。html 使用以下代碼:python from http.server import HTTPServer, CGIHTTPRequestHandler port = 8080 httpd = HTTPServer(('', port), CGIHTTPRequestHandler) print("St
相關文章
相關標籤/搜索