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