利用python写了一小段代码,里面使用到了Python标准库的 BaseHTTPServer 来构建一个基础HTTP服务器: 1 #-*- coding:utf-8 -*- 2 import http.server ...
確定! 回上一頁