python 搭建web服務器

使用 httpie 在命令行進行測試html 一、最基本的:python # _*_coding :utf-8 _*_ import httpie from http.server import BaseHTTPRequestHandler,HTTPServer class RequestHandler(BaseHTTPRequestHandler): '''處理請求並返回頁面'''
相關文章
相關標籤/搜索