malformed header from script. Bad header=hello .
malformed header from script. Bad header=hello ..........
#!/usr/bin/env python
#import cgitb
#cgitb.enable()
#print "Content-type: text/html"
print #去掉此句,就会出现malformed header from script错误,cgi不能正常解析。
print "hello world"