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
相關文章
相關標籤/搜索