python经过get方式,post方式发送http请求和接收http响应

import urllib模块,urllib2模块, httplib模块 支持原创,原文 连接 测试用CGI,名字为test.py,放在apache的cgi-bin目录下: #!/usr/bin/Python import cgi def main():      print "Content-type: text/html\n"     form = cgi.FieldStorage()    
相关文章
相关标签/搜索