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
相关文章
相关标签/搜索