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"

猜你喜欢

转载自maxomnis.iteye.com/blog/1218626