CGI Python 获取HttpRequest数据方式
Get/Post
#!/usr/bin/python
# Import modules for CGI handling
import cgi, cgitb
# Create instance of FieldStorage
form = cgi.FieldStorage()
value= form.getvalue('value')
print "Content-type:tex
原创
2013-08-15 22:11:09 ·
1130 阅读 ·
0 评论