python 3 http.server 搭建 http 服務

參考:python3 使用http.server模塊 搭建一個簡易的http服務器html 程序 server.py :python from http.server import HTTPServer, BaseHTTPRequestHandler import json data = {'result': 'this is a test'} host = ('localhost', 8888
相關文章
相關標籤/搜索