python web服務器(一)

# coding=utf-8 ''' Created on 2015-7-20 @author: xhw @explain: 實現GET方法和POST方法請求 ''' from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler import urllib class ServerHTTP(BaseHTTPRequestHandl
相關文章
相關標籤/搜索