Ruby
Premature end of script headers [#jbd2fe60]
- print "Content-Type: text/plain\n"
+ print "Content-Type: text/plain\n\n"
参考URL:http://magazine.rubyist.net/?0014-CGIProgrammingForRubyBeginners-3
Ruby
- print "Content-Type: text/plain\n"
+ print "Content-Type: text/plain\n\n"
参考URL:http://magazine.rubyist.net/?0014-CGIProgrammingForRubyBeginners-3