python的BaseHTTPServer模块接收post请求

#!/usr/bin/python #encoding=utf-8 ''' 基于BaseHTTPServer的http server实现,包括get,post方法,get参数接收,post参数接收。 ''' from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer import io,shutil import urllib i
相关文章
相关标签/搜索