Python BaseHTTPServer 模塊解析

#-*- encoding:utf-8 -*- import sys reload(sys) sys.setdefaultencoding('utf-8') # @explain: 實現GET方法和POST方法請求 from BaseHTTPServer import HTTPServer,BaseHTTPRequestHandler import urllib class ServerH
相關文章
相關標籤/搜索